WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-14-2003, 12:13 PM
hotspur1 hotspur1 is offline
Member
 
Join Date: Mar 2003
Location: Cambridge, MA
Posts: 54
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.
Reply With Quote
  #2  
Old 11-14-2003, 12:31 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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.
Reply With Quote
  #3  
Old 11-14-2003, 12:48 PM
hotspur1 hotspur1 is offline
Member
 
Join Date: Mar 2003
Location: Cambridge, MA
Posts: 54
Great - but to start the tracking again, do I just issue the viz.tracker() command again?
Reply With Quote
  #4  
Old 11-14-2003, 12:52 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Yeah, issuing the tracker command should work again. Thanks for pointing out this problem.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:25 AM.


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