I have created a video player using OpenGl in android and it works fine. I used the following tutorial (https://www.virag.si/2014/03/rendering-video-with-opengl-on-android/).
Now I want to create same app for Google Cardboard. I searched it on internet and found out following queries and a Rajawali Renderer. (How to make a simple VR video player by Google CardBoard Android SDK)
Now first of all Rajawali latest code is not working. So, if anyone has a working code please suggest.
Second thing is that Rajawali requires 360 degree input. But I want to view my normal videos using Google cardboard. So, I want to learn how to split my screen of Video player, so that I can see the output in Google cardboard.
Also, how to split any normal android screen so that we can see the output in Google cardboard?