PDA

View Full Version : stereoscopic videos with nvidia shutter glasses


VizMars
11-10-2017, 06:14 AM
(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:

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.