View Single Post
  #6  
Old 10-10-2012, 11:38 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You will need to modify the code below with your tracker ID and machine name.
Code:
vrpn = viz.add('vrpn7.dle')
TRACKER_ID = "Trackable 1"
VRPN_MACHINE = "localhost"
headtracker = vrpn.addTracker(TRACKER_ID + "@" + VRPN_MACHINE, 0)
Replace 'Trackable 1' with the name given by the Tracking Tools software from Natural Point. Also make sure the software is streaming data.
Reply With Quote