WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-14-2016, 04:29 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The following line of code is a handle to the vizconnect wrapped tracker. This object wraps up the raw tracker object along with node3D and link objects. It also wraps up meta data associated with the tracker such as make, model, and DOF. The wrapped tracker data shows results after the link operations.

Code:
headTrack = vizconnect.getTracker('head_tracker')
You are getting the link correctly using the vizconnect API:

Code:
headLink  = headTrack.getLink()
headLink.postEuler([10,0,0], target=viz.LINK_POS_OP)
Use the following code to get a handle to the raw tracker:

Code:
rawTracker = headTrack.getRaw()
Does this help?
Reply With Quote
 

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
Switching between input devices setup in vizconnect and not using vizconnect JB_HP_Viz Vizard 1 01-20-2015 05:19 AM
Vizconnect Save As Dialog Jeff Vizard 0 05-01-2014 09:45 AM
Introducing a rotation offset into a link EnvisMJ Vizard 1 11-13-2013 05:51 AM
Link only one Axis Andy Vizard 7 06-18-2013 02:30 AM
Pre/Post transformations pattie Vizard 5 10-02-2006 04:20 PM


All times are GMT -7. The time now is 11:17 PM.


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