ashqal / MD360Player4Android

It is a lite library to render 360 degree panorama video for Android. VR Player.
Apache License 2.0
1.08k stars 356 forks source link

Video doesn't changes orientation while we changes device's orientation in MOTION MODE. #140

Open ronit-kadwane opened 7 years ago

ronit-kadwane commented 7 years ago

While screen orientation changes then video does not rotates according to orientation in Motion Mode. it does rotates according to screen orientation in Touch Mode. so can we make it possible(video rotation) in Motion Mode?

ronit-kadwane commented 7 years ago

I found one probable solution to rotate the video. As video does rotates in Touch Mode so while we changes screen orientation at that time just change video mode from motion to touch and immediately change from touch to motion so video gets new instance and we can get our result. Thank you.

If anyone having better solution then please do comment.