WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Stereoscopic VR Panorama (https://forum.worldviz.com/showthread.php?t=6059)

ganesh93 09-21-2017 07:48 AM

Stereoscopic VR Panorama
 
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 to use two spheres and then add the code below:

Code:

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


All times are GMT -7. The time now is 01:55 AM.

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