Take Picture without preview Android

前端 未结 3 826
太阳男子
太阳男子 2020-12-06 06:31

I would like to take a picture without any preview. I used this code but I\'m getting an error:

 public void onCreate(Bundle savedInstanceState) {
    super.         


        
3条回答
  •  臣服心动
    2020-12-06 06:56

    Regarding your Fail to initialize camera error, another possibility is the camera is in use by something else.

提交回复
热议问题