WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rating: Thread Rating: 3 votes, 5.00 average. Display Modes
  #1  
Old 07-24-2008, 10:35 AM
smith11235 smith11235 is offline
Member
 
Join Date: Jul 2008
Posts: 8
emagin stereo vision quadro fx 570

I am having a problem configuring my emagin 3d visor, vizard, and my quadro fx 570 graphics card to display 3d output.

What I currently have is the following for a setup:

My current script is:

viz.go(viz.FULLSCREEN | viz.QUAD_BUFFER |viz.HMD |viz.STEREO)
emagin = viz.add('emagin.dls')
viz.link(emagin, viz.MainView)
viz.add('grid-big.IVE')#simple grid environment I created
viz.add('axis.IVE')#center mark object for orientation reference

As far as all the parameters for viz.go, I believe I need all four of those. I currently see the world with a distinct right and left view, however, i see both views on both screens of my visor. The indicator light on the eMagin box is also a constant orange/yellow which i read means it is only receiving one input instead of stereo input (constant green)

The configuration of my graphics card at the moment is the following:
NVidia Quadro FX 570
The computer monitor and the visor are a clone of each other, both set at 800x600.
And the 3d settings I have tried to play with are as follows (first option is selected):
Buffer-Flipping mode (auto-select, block transfer)
Force Stereo Shuttering (On, Off)
Stereo Display Mode (Use nView Clone mode, use vertical interlace monitor, use color interleaved monitor)
Stereo Enable (On, Off)
Stereo Swap Eyes(Off, ON)
Triple Buffering (On, Off)


I believe I have the current drivers (v. 6.14.11.6926 for the card), I have used the nvidia site to install the most recent for my graphics card and also installed the recommended forceware driver ( v. 91.31_forceware_3dstereo). There was also a 78.01_3DStereo driver I tried. I am at a loss with configuring these settings. If anyone can offer any advice I would be most appreciative.
Reply With Quote
  #2  
Old 07-25-2008, 10:47 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Try removing the viz.STEREO flag from the viz.go() command. The viz.STEREO and viz.QUAD_BUFFER flags are mutually exclusive, you can only specify one, and in this case the viz.STEREO flags is taking precedence, so you get horizontally split stereo.
Reply With Quote
  #3  
Old 07-31-2008, 03:32 AM
gilcunha gilcunha is offline
Member
 
Join Date: Jul 2008
Posts: 1
Quote:
Originally Posted by smith11235 View Post
I am having a problem configuring my emagin 3d visor, vizard, and my quadro fx 570 graphics card to display 3d output.

What I currently have is the following for a setup:

My current script is:

viz.go(viz.FULLSCREEN | viz.QUAD_BUFFER |viz.HMD |viz.STEREO)
emagin = viz.add('emagin.dls')
viz.link(emagin, viz.MainView)
viz.add('grid-big.IVE')#simple grid environment I created
viz.add('axis.IVE')#center mark object for orientation reference

As far as all the parameters for viz.go, I believe I need all four of those. I currently see the world with a distinct right and left view, however, i see both views on both screens of my visor. The indicator light on the eMagin box is also a constant orange/yellow which i read means it is only receiving one input instead of stereo input (constant green)

The configuration of my graphics card at the moment is the following:
NVidia Quadro FX 570
The computer monitor and the visor are a clone of each other, both set at 800x600.
And the 3d settings I have tried to play with are as follows (first option is selected):
Buffer-Flipping mode (auto-select, block transfer)
Force Stereo Shuttering (On, Off)
Stereo Display Mode (Use nView Clone mode, use vertical interlace monitor, use color interleaved monitor)
Stereo Enable (On, Off)
Stereo Swap Eyes(Off, ON)
Triple Buffering (On, Off)


I believe I have the current drivers (v. 6.14.11.6926 for the card), I have used the nvidia site to install the most recent for my graphics card and also installed the recommended forceware driver ( v. 91.31_forceware_3dstereo). There was also a 78.01_3DStereo driver I tried. I am at a loss with configuring these settings. If anyone can offer any advice I would be most appreciative.
Hi,

I have emagin z800 goggles and I need to buy a NVIDI quadro graphics card.
Frame-sequential stereo is essential for me. Does it work ok with worldviz ? Were there stereo problems with other software ?

Thanks for you help!

Gil
Portugal
Reply With Quote
  #4  
Old 08-01-2008, 01:49 AM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
nVidia Quadro cards work if they can do fullscreen active stereo which the better ones all do. do for example the Quadro FX 570 card should work.

viz.QUAD_BUFFER should do it, combined obviously with the correct nVidia graphics card settings which must allow software controlled active stereo.

one thing that you should always do is to have ONLY the emagin connected for the first round of testing, and a monitor only 'behind' the emagin, i.e. connected thru it's out-vga port.

if you connect a monitor in parallel (i.e. with the second output of the graphics card), then this could be a reason why it's not working.

anyways, to answer the questions, all higher-end quadro cards work in stereo.

also, the nvidia geforce 7950 cards were the last series of a 'consumer card' which reliably worked with the nvidia consumer stereo driver.
Reply With Quote
  #5  
Old 08-03-2008, 11:50 PM
tobin tobin is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 251
nvidia consumer stereo drivers

Regarding nVidia's support of their consumer class stereo (on Geforce series hardware), the nVidia website claims to now support current Forceware drivers under Vista. It seems as if the XP support for consumer stereo may have frozen with the 7-series as suggested above.

WorldViz has always found the consumer class stereo drivers be quite fragile, so you won't know if this is an option for your particular hardware until you've tried it. If you want robust active stereo, then Quadro hardware is the recommendation.
Reply With Quote
  #6  
Old 08-05-2008, 12:01 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
The new Vista Forceware Geforce drivers do not support shutter glasses stereo, aka frame sequential stereo, aka active stereo. The eMagin requires this kind of stereo and therefore is not supported by the new Vista stereo drivers.

The vista stereo drivers only support passive polarized stereo and red/blue anaglyph stereo.

As stated, a Geforce 7000 series or Quadro is required for the eMagin.
__________________
Paul Elliott
WorldViz LLC
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 synchronisation djdesmangles Vizard 6 05-21-2008 08:32 PM
anaglyphic stereo, backprojection & screendistance malte Vizard 4 02-23-2008 06:48 AM
emagin with quadro FX 4600 asimbh Vizard 3 02-19-2008 02:38 PM
SeeReal stereo with separate scenes Jerry Vizard 2 10-18-2005 12:02 PM


All times are GMT -7. The time now is 08:32 AM.


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