WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   stereoscopic videos with nvidia shutter glasses (https://forum.worldviz.com/showthread.php?t=6077)

VizMars 11-10-2017 06:14 AM

stereoscopic videos with nvidia shutter glasses
 
(Using Vizard 5) is it possible to play stereoscopic videos (.wmv) which contain both left and right view in a way that one can watch them in 3d with NVIDIA shutter glasses?

Jeff 11-14-2017 10:11 PM

I don't think so. You would need two separate videos, one for each eye. Then apply each video to its own quad/model that's rendered to only one eye:

Code:

leftQuad.disable(viz.RENDER_RIGHT)
rightQuad.disable(viz.RENDER_LEFT)

Also, in order to enable quad buffered stereo so the glasses work in Vizard, a nvidia quadro card is required.


All times are GMT -7. The time now is 02:25 PM.

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