Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我mCamera.setDisplayOrientation(90);用来旋转相机。
mCamera.setDisplayOrientation(90);
这成功地改变了相机预览,但不是实际的“相机”,所以录制的视频仍然是横向的。他们有办法做到这一点吗?
这可能会帮助你
mMediaRecorder.setOrientationHint()
视频流永远不会旋转 - 它会被记录下来。请参阅文档:“设置预览显示的顺时针旋转度数。这会影响预览帧和快照后显示的图片。 ”