Android MediaRecorder - “start failed: -19”

后端 未结 5 1369
广开言路
广开言路 2020-11-27 21:42

I\'m trying to create a video recorder on Android, and I\'ve prepared my code which is supposed to be working - but I constantly get an error message start failed: -19

5条回答
  •  半阙折子戏
    2020-11-27 22:22

    I also encountered this problem and annotated the following two ways, because the hardware does not support the two configurations.

    MediaRecorder .setVideoSize()
    MediaRecorder .setVideoFrameRate()
    

提交回复
热议问题