Android Camera Server Died and Camera Error - 100

前端 未结 4 793
小鲜肉
小鲜肉 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:09

    Use Camera.ErrorCallback which gets triggered when camera server fails. Camera.ErrorCallback Android documentation You can then inspect the camera properties there.

提交回复
热议问题