Take Picture without preview Android

前端 未结 3 821
太阳男子
太阳男子 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:57

    Android can't use camera without a preview... but, you can set the preview size like 1x1 px, then you won't see it and you can use the camera anyway.

提交回复
热议问题