Recorded video is the wrong orientation

后端 未结 2 1632
野的像风
野的像风 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."

提交回复
热议问题