WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   tracking position of cursor (https://forum.worldviz.com/showthread.php?t=2073)

sl0bz 06-04-2009 01:31 PM

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

Gladsomebeast 06-06-2009 10:23 PM

Searched the Vizard help for Trackd plug-in:

http://www.worldviz.com/vizhelp/trackd_plug-in.htm

sl0bz 06-15-2009 06:31 AM

We have looked for help in Vizard's help menu prior to the post, but still had no luck. Any other suggestions?

Gladsomebeast 06-15-2009 01:52 PM

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')



All times are GMT -7. The time now is 10:49 PM.

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