View Single Post
  #1  
Old 06-04-2009, 01:31 PM
sl0bz sl0bz is offline
Member
 
Join Date: Jun 2008
Posts: 6
tracking position of cursor

I have a four wall CAVE system with four Flock of Birds trackers using trackd. I am able to start the tracking system using: tracker = viz.add('trackd.dls') and viz.tracker(). For some reason, the system is only tracking the sensor corresponding to the user's head position. Which isn't necessarily a bad thing because now I have a head tracked virtual environment.

However, I would still like to be able to use more than one sensor.

I want to attach one of the sensors to a gamepad device and have a virtual cursor that will allow me to interact with objects in the environment. I have tried using the tracker.get() command but have not been having any luck.

Thanks in advance for the help

--
sl0bz
Reply With Quote