-
Notifications
You must be signed in to change notification settings - Fork 86
Getting error in android 12 #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same problem here |
maybe u update a camera depends? |
Try use the last version to camera_camera |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): The camera device has encountered a serious error
E/CameraCaptureSession(11409): at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:2405)
E/CameraCaptureSession(11409): at android.hardware.camera2.impl.CameraDeviceImpl.stopRepeating(CameraDeviceImpl.java:1324)
E/CameraCaptureSession(11409): at android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionImpl.java:579)
E/CameraCaptureSession(11409): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
E/flutter (11409): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: CameraException(captureTimeout, Picture capture request timed out)
E/flutter (11409): #0 CameraController.takePicture
package:camera/src/camera_controller.dart:346
E/flutter (11409):
E/flutter (11409):
D/EGL_emulation(11409): app_time_stats: avg=2603.35ms min=9.02ms max=22912.86ms count=9
The text was updated successfully, but these errors were encountered: