WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-07-2008, 12:21 PM
JMOwens JMOwens is offline
Member
 
Join Date: Jun 2007
Location: Providence, RI
Posts: 34
Stereo Overlap question

Hi all,
I have a quick question regarding the viz.stereooverlap() function. Can anyone tell me whether this changes the distance between the center of each image or whether it rotates the images to accomplish this varying degree of overlap?

We're trying to set up a new nVis SX111 prototype that has the eyepieces each rotated 13 degrees from parallel around the y-axis, and thought this might do it. Advice is appreciated!

Alternatively, is it possible to address each eye in viz.stereo separately? This way we could just manually rotate each viewpoint by 13 degrees.

Thanks!
Reply With Quote
  #2  
Old 01-07-2008, 01:54 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
We have used this prototype before. You can use the following code to get it working with Vizard:
Code:
viz.go(viz.STEREO|viz.HMD)
viz.fov(64.0,1.25)
viz.MainWindow.setViewOffset(viz.Matrix.euler(-13,0,0),eye=viz.LEFT_EYE)
viz.MainWindow.setViewOffset(viz.Matrix.euler(13,0,0),eye=viz.RIGHT_EYE)
Reply With Quote
  #3  
Old 01-08-2008, 08:54 AM
JMOwens JMOwens is offline
Member
 
Join Date: Jun 2007
Location: Providence, RI
Posts: 34
Thank you very much!
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
8800 ultra stereo driver Dave Vizard 21 10-25-2009 10:25 AM
Stereo eye separation ajmurray Vizard 4 10-24-2007 10:56 AM
problem with stereo mode shivanangel Vizard 3 10-17-2006 09:58 AM
quad buffered stereo? halley Vizard 2 10-19-2005 12:28 PM
SeeReal stereo with separate scenes Jerry Vizard 2 10-18-2005 12:02 PM


All times are GMT -7. The time now is 07:45 AM.


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