Recorded video is the wrong orientation

android, camera

Solution

this might help you

`mMediaRecorder.setOrientationHint()`

Problem

I'm using `mCamera.setDisplayOrientation(90);` to rotate the camera. This successfully changes the camera preview, but not the actual "camera" so the recorded video is still sideways. Is their a way to do this?

Original source