Log in

View Full Version : Stereoscopic VR Panorama


ganesh93
09-21-2017, 07:48 AM
Hi,
We have a newly acquired Vuze Stereoscopic VR Camera and would like to port the videos into Vizard for one of our experiments. I saw a script on the forum to do something similar for non-stereo panoramic video projected onto a spherical background.

Any ideas on how to do this for stereo panorama.

Also, the left and right eye video is all encoded in the same mp4, I believe. I did not see separate files for the two channels.

Thanks,

Ganesh

Jeff
09-24-2017, 10:36 PM
I'm not sure if there is a built-in way with a single video file, I'll check and get back to you. If not, it maybe necessary to create two separate videos from the one video. Then apply each video to its own sphere that's rendered to only one eye. In this case, modify the code here (http://forum.worldviz.com/showthread.php?t=5708) to use two spheres and then add the code below:

sphereLeft.disable(viz.RENDER_RIGHT)
sphereRight.disable(viz.RENDER_LEFT)

ganesh93
09-25-2017, 09:11 AM
Thank you. I found out how to render a left and right channel through their software and problem solved.
Ganesh