How To Enable Cardboard Mode In Youtube Android Player Api?
I want to enable viewing 360-degree videos from Youtube inside my app in the cardboard mode which splits the video into two halves for the two lenses in a Google cardboard, like in
Solution 1:
Seems that Google VR is now much more easy to use as they provide all the tools you need through the Android SDK.
Seems also that equirectangular format is the most widely accepted format now.
See: https://developers.google.com/vr/android/samples/video360
Post a Comment for "How To Enable Cardboard Mode In Youtube Android Player Api?"