WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 12-07-2012, 10:38 AM
TopazFrost TopazFrost is offline
Member
 
Join Date: Oct 2009
Posts: 23
No manual came with it, but I found the specifications: It is a sony glasstron LDI-D100B. It says the expected input is: "Field sequential stereo means that there is a single video input to the display. The video source has to provide images for the left and right eyes on alternate fields. The video signal consists of ODD and EVEN fields. The ODD field is used for right eye and EVEN field is used for the left eye."

The displays were already set to extend. I found adding this line helped but making it scale properly:
Code:
viz.setOption('viz.fullscreen.monitor',2)
Reply With Quote
  #2  
Old 12-07-2012, 10:59 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It sounds like you need a card that support quad buffered stereo, like a nVidia Quadro card. Then after enabling stereo in the nVidia control panel run the following code in Vizard:
Code:
import viz
viz.go(viz.QUAD_BUFFER | viz.HMD)

gallery = viz.add('gallery.ive')
This won't effect turning on stereo but you'll also want to set the field of view in Vizard to match the glasstron. For that use the viz.fov command.
Reply With Quote
  #3  
Old 12-07-2012, 12:01 PM
TopazFrost TopazFrost is offline
Member
 
Join Date: Oct 2009
Posts: 23
Unfortunately, my card does not support quad buffering.

Is there a work around?
I know I can have different scenes for left and right eyes, are those sent to the monitor in sequence or in parallel?

Or, can I detect which frame it is on and switch scenes each frame?
Reply With Quote
  #4  
Old 12-10-2012, 11:25 AM
TopazFrost TopazFrost is offline
Member
 
Join Date: Oct 2009
Posts: 23
Update: Switched to a computer with a Quadro card.

Still doesn't work. I am getting the same complaint about the quad buffering.
This is what I have:
Quote:
viz.setOption('viz.fullscreen.monitor',2)
viz.go(viz.QUAD_BUFFER|viz.HMD)
This is the complaint I am getting:
Quote:
Producer::VisualChooser: the requested visual is not available, trying to relax attributes...
Producer::VisualChooser: the requested visual is not available, trying to relax attributes...
Producer::VisualChooser: the requested visual is not available, trying to relax attributes...
I am at a complete loss.
Reply With Quote
  #5  
Old 12-10-2012, 04:37 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Make sure you have the correct drivers for the card and that stereo is enabled in the nvidia control panel.
Reply With Quote
  #6  
Old 02-08-2013, 02:11 PM
TopazFrost TopazFrost is offline
Member
 
Join Date: Oct 2009
Posts: 23
Horray working! For reference for others with my problem I did:

viz.setOption('viz.fullscreen.monitor',2)
viz.go(viz.QUAD_BUFFER|viz.HMD)

set the HMD to screen 2
Updated the driver to the earliest version
enabled stereo
cannibalized a IR sensor so it would have the correct plug for the sony glasstron (*sigh*, my biggest problem was the wiring)
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


All times are GMT -7. The time now is 01:57 PM.


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