#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
__________________
Paul Elliott WorldViz LLC |
#3
|
|||
|
|||
We have looked for help in Vizard's help menu prior to the post, but still had no luck. Any other suggestions?
|
#4
|
|||
|
|||
To add more sensors, methinks you add the trackd.dls again. From the help:
Code:
PORT_TRACKD = 1000 head = viz.add('trackd.dls') hand = viz.add('trackd.dls')
__________________
Paul Elliott WorldViz LLC |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Position and Orientation tracking problem | Vic | Vizard | 1 | 06-09-2009 06:13 PM |
Flock of Birds (Only Position Tracking working? No Orientation?) | TheLostBrain | Vizard | 6 | 05-10-2008 09:39 AM |
position tracking with patriot | pgagolf | Vizard | 4 | 04-19-2007 05:42 AM |
PPT vs. VPRN - Position Tracking not Working | tmcw | Precision Position Tracker (PPT) | 21 | 02-27-2007 04:19 PM |
Tracking and interaction | kgarr | Vizard | 6 | 08-31-2006 02:06 PM |