Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

YouTube parameter to call split view for 360 degree video

I'm trying to find out if the "VR mode" with two eye splitview of some YouTube 360 videos can also be called via a parameter or via the API?

Right now when playing back a #360 video on my iPhone I'm able to move around in 360 degrees but the splitview is not an option.

If I do the same thing on an Android Device I have an option to enter "splitview" for Google Cardboard.

Is it possible to trigger this splitview mode also from the iPhone or if a #360 video is embedded into a website with a parameter or via the API?

like image 369
matt Avatar asked Feb 18 '16 12:02

matt


1 Answers

According to the YouTube Help Docs, Google Cardboard split screen playback is only available on Android through the official YouTube app. It is not available on iPhone or embedded videos with the iFrame API.

Android (notice the cardboard icon):

android

iOS (no cardboard icon to enable split screen video):

ios

There are known defects and enhancements to 360 degree video playback on mobile, and full functionality and support for these types of videos on mobile is on YouTube's roadmap.

like image 175
JAL Avatar answered Oct 08 '22 21:10

JAL