Video to be play in a 360 degree fashion?

Hello,

Platform : Android

I wish to have a video being played in a 360 degree fashion like a skybox. How can I achieve that on Android?

Something similar to this.


Thanks,

Karsnen.

You will need to texture your video to the inside of a sphere. Then have your camera on the inside of the sphere and use the gyroscope to control the movement of the camera.

I guess by picking frames from video and setting them to skybox.

Somehow :expressionless:
I think that nobody can answer your question with code reference.