camera-samples icon indicating copy to clipboard operation
camera-samples copied to clipboard

with Oppo Reno A(CPH 1983) i got some error with capture

Open normidar opened this issue 4 years ago • 0 comments

W/CaptureSession: Opening session with fail OPENING android.hardware.camera2.CameraAccessException: CAMERA_DISCONNECTED (2): checkPidStatus:1746: The camera device has been disconnected

and when recall capture, onError function was called:

public void onError(@NonNull ImageCaptureException exception) {
  Log .... exception.getImageCaptureError()  // return 3 [camera is closed.]
}

it has no happened with others device.

others device include Pixel 3x XL HUAWEI P20 lite AQUOS sense3 SHARP S3-SH SHARP SHG01 LGE Nexus 5X

normidar avatar Apr 27 '21 06:04 normidar