OmniVirt / OmniVirtVRPlayer-Android-Example

Play VR Content on your Android application in just a single line of code.
https://www.omnivirt.com/vr-player/
23 stars 8 forks source link

Load content #2

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

I would like to know if there is any way to store local video and load to the player ?

Second question, could you tell me in which files I have to add this code

FullscreenVRPlayer.launch(MainActivity.this,
                          CONTENT_ID, // Replace with your Content ID
                          true,       // Autoplay
                          false       // Run in Cardboard mode
                          );

Thanks for your help