Recorded video is the wrong orientation

后端 未结 2 1597
野的像风
野的像风 2021-01-13 00:29

I\'m using mCamera.setDisplayOrientation(90); to rotate the camera.

This successfully changes the camera preview, but not the actual \"camera\" so the

相关标签:
2条回答
  • 2021-01-13 00:51

    Video stream is never rotated - it is recorded as it comes. See the docs: "Set the clockwise rotation of preview display in degrees. This affects the preview frames and the picture displayed after snapshot."

    0 讨论(0)
  • 2021-01-13 01:02

    this might help you

    mMediaRecorder.setOrientationHint()

    0 讨论(0)
提交回复
热议问题