![]() |
#2
|
|||
|
|||
DTrack supports two different coordinate outputs, one is called 'Powerwall' and the other is 'Standard'. If you select 'Powerwall' than the right-to-left conversion will work:
Code:
# VRPN Tracker connection (to ART Dtrack) vrpn = viz.add('vrpn7.dle') headtracker = vrpn.addTracker('DTrack@localhost') #Default sensor is 0. Head tracker is on DTrack sensor 0 headtracker.swapPos([1,2,-3]) headtracker.swapQuat([-1,-2,3,4]) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
synching video camera recording with vizard | billjarrold | Vizard | 0 | 12-15-2009 11:43 PM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |
Connecting vizard to a camera | dan12345 | Vizard | 1 | 11-11-2008 03:09 PM |
vizard 2.5 compatability issue | shai | Vizard | 3 | 08-10-2005 04:35 PM |