WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 02-10-2016, 06:21 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could get a handle to the link associated with the oculus tracker and apply an offset to that:

Code:
link = vizconnect.getTracker('dk2').getLink()
# clear link offsets
link.reset(viz.RESET_OPERATORS)
# apply offset
link.postTrans([0, 0, 4])
Reply With Quote
 

Tags
camera, oculus, rift, sensor


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
Using Oculus and Vicon for updating in pit Qiliang He Vizard 1 09-06-2015 02:46 PM
sensor radius bug? lalechuza Vizard 7 08-25-2015 05:57 AM
Oculus runtime disrupts clustering to mirror DK2 display performlabrit Vizard 1 01-23-2015 07:00 AM
Changing parent without changing absolute global position? The SundanceKid Vizard 2 05-23-2014 02:43 PM
Translate view from sensor position to lens position? Kaminski Vizard 4 03-09-2011 10:36 AM


All times are GMT -7. The time now is 08:14 PM.


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