View Single Post
  #1  
Old 07-01-2011, 11:40 AM
Karma Karma is offline
Member
 
Join Date: Jul 2011
Posts: 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')
but I get this output
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
I saw a previous thread that said to check the port, but I think port 3 is the correct one to listen from.


At one point one of the camera was detecting the calibration rig but now it just looks like this.


Thanks for the help!
-Karma
Reply With Quote