Android Camera Server Died and Camera Error - 100

前端 未结 4 792
小鲜肉
小鲜肉 2020-12-09 10:40

I\'m facing Camera error 100 while testing my android application, I have found some topics on StackOverflow but they were not so helpful. I\'m searching for a

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 11:26

    You need to set the preview display to the recorder.

    mrec.setPreviewDisplay(SurfaceHolder.getSurface());

    The video data in the preview display acts as the input to the video recorder. Also you need to ensure that the video resolution for the recording and the preview resolution are the same.

提交回复
热议问题