google / cameraview

[DEPRECATED] Easily integrate Camera features into your Android app
Apache License 2.0
4.74k stars 1.03k forks source link

Crashes on Resume for startPreview #212

Open ghost opened 6 years ago

ghost commented 6 years ago

First time worked all good, then for some reason it kept crashing! Then after restarting the device it stopped. But it then crashes again after sometime

   Caused by: java.lang.RuntimeException: startPreview failed                                                                   
   at android.hardware.Camera.startPreview(Native Method) at 
   com.google.android.cameraview.Camera1.start(Camera1.java:95)                                                                    
   at com.google.android.cameraview.CameraView.start(CameraView.java:252)
Sp4Rx commented 5 years ago

Any solution?