WorldViz User Forum  

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

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
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


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 04:09 PM.


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