google / cameraview

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

CRASH - camera1.adjustCameraParameters on 4.4 #137

Open idoamram opened 7 years ago

idoamram commented 7 years ago

Hi, we are using the library in our app, and there is a lot of crashes on android 4.4. we try to init the camera view and when we call start() method this error occur.

com.google.android.cameraview.Camera1.adjustCameraParameters (Camera1.java:334) com.google.android.cameraview.CameraView.start (CameraView.java:246)

Thanks for doing this helpful project!