Android Fail to connect to camera service

前端 未结 3 1935
傲寒
傲寒 2020-12-11 02:17

When the user click on Camera, it open next screen after few seconds it throws Fail to connect to camera service

and it say cannot connect to ca

3条回答
  •  再見小時候
    2020-12-11 03:01

    you have to unlock camera before getting preview display and lock camera properly before closing your app. If the camera is not locked properly, next time your app may throw exception. So that, you have to reboot your device...

提交回复
热议问题