When I record video by MediaRecorder, it always records in landscape mode, regardless of real device orientation. How to force MediaRecorder/Camera use real orientation ?
refer to Camera.Parameters.setRotation() for more information.
There is an example there and instead of calling setRotation(rotation) try to call mediaRecorder.setOrientationHint(rotation) when recording video.
2.1m questions
2.1m answers
60 comments
57.0k users