You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following crash while trying to capture image in some devices like Samsung note 4
java.lang.IllegalStateException: Preview mode must have started before you can take a picture at com.commonsware.cwac.camera.CameraView.takePicture(CameraView.java:331) at com.commonsware.cwac.camera.CameraFragment.takePicture(CameraFragment.java:162) at nl.changer.polypicker.CwacCameraFragment.takePicture(CwacCameraFragment.java:141) at nl.changer.polypicker.CwacCameraFragment$DemoCameraHost.onAutoFocus(CwacCameraFragment.java:284) at com.commonsware.cwac.camera.CameraView.onAutoFocus(CameraView.java:413) at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1200) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:145) at android.app.ActivityThread.main(ActivityThread.java:6872) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)
can any one help me please ?
The text was updated successfully, but these errors were encountered:
I have the following crash while trying to capture image in some devices like Samsung note 4
java.lang.IllegalStateException: Preview mode must have started before you can take a picture at com.commonsware.cwac.camera.CameraView.takePicture(CameraView.java:331) at com.commonsware.cwac.camera.CameraFragment.takePicture(CameraFragment.java:162) at nl.changer.polypicker.CwacCameraFragment.takePicture(CwacCameraFragment.java:141) at nl.changer.polypicker.CwacCameraFragment$DemoCameraHost.onAutoFocus(CwacCameraFragment.java:284) at com.commonsware.cwac.camera.CameraView.onAutoFocus(CameraView.java:413) at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1200) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:145) at android.app.ActivityThread.main(ActivityThread.java:6872) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)
can any one help me please ?
The text was updated successfully, but these errors were encountered: