googlevr / gvr-android-sdk

Google VR SDK for Android
http://developers.google.com/vr/android/
Other
3.28k stars 1.28k forks source link

Is there any plan to play side-by-side stereo video with VrVideoView #567

Closed crakaC closed 6 years ago

crakaC commented 6 years ago

Currently, we can only play over-under stereo video with VrVideoView. I really want to play side-by-side stereo video with VrVideoView.

sigmaxipi commented 6 years ago

VrVideoView is meant for 360 videos and it's not possible to pack those into a side-by-side video file without heavy distortion.

There is no plan to add new functionality to VrVideoView, but there is a new open source video360 sample that you can use to play side-by-side videos: https://github.com/googlevr/gvr-android-sdk/issues/510