WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   problem starting/stopping auto tracking (https://forum.worldviz.com/showthread.php?t=87)

hotspur1 11-14-2003 12:13 PM

problem starting/stopping auto tracking
 
The documentation says that I can start and stop the automatic tracking using the following notation

viz.tracker(viz.START) or viz.tracker(viz.STOP)

Unfortunately for me, this doesn't work.
I have an IS-600 and am using the intersense.dls plug-in provided with Vizard version 2.12 (patched version for the callback problem). I initialize the tracker as usual with

trk = viz.add('intersense.dls')

Does this feature work yet? Is there a workaround? I would like to do an experiment comaring head tracking on or off, so to be able to switch on the fly would be most useful.

farshizzo 11-14-2003 12:31 PM

Hi,

You're right, this feature has not been implemented yet. There is a workaround. To stop tracking perform the following:
Code:

viz.get(viz.MAIN_VIEWPOINT).unlink(0)
This will be fixed in the next version though.

hotspur1 11-14-2003 12:48 PM

Great - but to start the tracking again, do I just issue the viz.tracker() command again?

farshizzo 11-14-2003 12:52 PM

Yeah, issuing the tracker command should work again. Thanks for pointing out this problem.


All times are GMT -7. The time now is 01:37 AM.

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