|
#1
|
|||
|
|||
Failed to connect to intersense
Hello,
I am trying to set up a 2 camera PPT-X system and for some reason the cameras are not picking up the calibration rig. I tried running this code Code:
import viz viz.go() PORT_INTERSENSE = 3 isense = viz.add('intersense.dls') Code:
****************************************************************************** ** Loading Test.py ****************************************************************************** intersense.dls Intersense Driver v4.0.4 ** ERROR: Failed to connect to intersense on port 3. ** Load Time: 3.11 seconds (the next part pops up when I close the test window) InterSense Library ver. 4.04 32-bit Copyright 1998-2007 InterSense Inc. http://www.intersense.com Tel: 781-541-6330 Looking for InterSense tracking device number 1. Please wait ... InterSense tracker not present At one point one of the camera was detecting the calibration rig but now it just looks like this. Thanks for the help! -Karma |
#2
|
|||
|
|||
Intersense
The following code should autodetect the intersense using the newer intersense.dle plug-in: Code:
import viz viz.go() gallery = viz.addChild('gallery.ive') isense = viz.add('intersense.dle') tracker = isense.addTracker() viz.link(tracker,isense) Code:
tracker = isense.addTracker(port=1) It appears there is no signal from the cameras, that's why they show red in PPT Studio. Verify everything is connected properly. If so and the cameras still appear red, contact support@worldviz.com for further assistance. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Intersense connection | blessonisaac | Vizard | 2 | 12-06-2010 05:13 PM |
world is tilting - intersense or code problem? | billjarrold | Vizard | 2 | 11-06-2009 08:03 AM |
intersense with 5DT glove | sjp | Vizard | 2 | 04-06-2009 07:22 AM |
intersense: Failed to set control word on \\.\COM1 | OueOue | Precision Position Tracker (PPT) | 2 | 01-18-2007 12:51 PM |
PPT talk button error: Failed to connect to COM4 | jpq | Precision Position Tracker (PPT) | 3 | 12-08-2005 02:36 PM |