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.
我有一个视频,当我使用前置摄像头拍摄时,它会翻转。
用于捕获视频的表面视图在录制时显示镜像效果,但在播放时会翻转。
请帮助我。
这是预期的行为。您无法运行镜像的录像机。您可以自己翻转帧(在 onPreviewFrame 回调中接收帧)并使用 MediaCodec 和她的亲戚自己制作视频文件。或者您可以对视频进行后处理,例如使用ffmpeg。