WorldViz User Forum  

Go Back   WorldViz User Forum > Precision Position Tracker (PPT)

Reply
 
Thread Tools Rate Thread Display Modes
  #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
  #2  
Old 07-01-2011, 01:48 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
You can also specify the port number in the addTracker command, it looks like it could be port 1:
Code:
tracker = isense.addTracker(port=1)
PPT Calibration

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.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -7. The time now is 01:04 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC