Android Camera recording video but plays upside down

后端 未结 10 1554
南旧
南旧 2020-12-10 04:42

I record a video using the below code and it records perfectly, but when it plays the video, it plays it upside down.

I tried settings mrec.setOrientationHint(

10条回答
  •  -上瘾入骨i
    2020-12-10 05:04

    for portrait mode set your mediaRecorder.setOrientationHint(90); degree is same as your camera orientation myCamera.setDisplayOrientation(90);

提交回复
热议问题