View Single Post
  #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