WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-18-2010, 03:18 PM
blessonisaac blessonisaac is offline
Member
 
Join Date: Sep 2010
Posts: 18
Trackers activation

Dear administartor,

I am using PowerWall as my output display device. I would like to use intersense shutter glass and wand for position tracking and head traking. Which way I can use the Python scrip so that vizard can read and activate them with the powerwall

Thanks,
Blesson Isaac
Reply With Quote
  #2  
Old 11-19-2010, 04:31 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can modify the Single display example from the vizcave page in the Vizard Help so that you use your own tracker for updating the user eye location and the wand for driving the CAVE around in the virtual environment.

So in the lines you see here:
Code:
#Create tracker object using the keyboard (WASD keys control the viewpoint, the user's eye location)
#Make the starting location for the user's eye above origin
viewtracker = viztracker.KeyboardPos()
viewtracker.setPosition(0.0,1.8,0.0)

#Pass the viewpoint tracker into the cave object so it can be automatically updated
cave.setTracker(pos=viewtracker)

#Create CaveView object for manipulating the entire cave environment
#The caveorigin is a node that can be adjusted to move the entire cave around the virtual environment
caveorigin = vizcave.CaveView(viewtracker)
Replace viewtracker with your Intersense tracker. Are you using an IS-900?

Then you can update the caveorigin position and orientation based on the wand joystick or buttons.

If you are displaying in active stereo and viewing with shutter glasses initialize the graphics window using:
Code:
viz.go(viz.QUAD_BUFFER | viz.FULLSCREEN)
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Labjack U12 and network server license activation sindi Vizard 1 02-26-2010 12:35 PM
problem in using xsens motion trackers in Vizard bharatbhushan Vizard 3 01-26-2009 05:51 PM
Vizard 3.0 beta activation code vnacooper Vizard 3 09-21-2006 12:03 PM


All times are GMT -7. The time now is 02:27 PM.


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