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

CameraX configuration issue in oppo A5 , andorid version 11

Open Hasnat-Ehmad opened this issue 4 years ago • 0 comments

cameraX errors while setup

  1. E/CameraManagerGlobal: Camera 5 is not available. Ignore physical camera status change
  2. Camera 6 is not available. Ignore physical camera status change
  3. Camera 7 is not available. Ignore physical camera status change
  4. E/libc: Access denied finding property "vendor.camera.aux.packagelist"
  5. Session 0: Failed to create capture session; configuration failed

after lots of work finally come to the solution that this is a bug in cameraX , configure cameraX with large application id (approx more than 75 characters) in oppo A5 it show configuration failed , i reduce these characters upto 65 and it's work fine.

Hasnat-Ehmad avatar Feb 25 '22 06:02 Hasnat-Ehmad