journeyapps / zxing-android-embedded

Barcode scanner library for Android, based on the ZXing decoder
https://journeyapps.com/
Apache License 2.0
5.74k stars 1.27k forks source link

E/libc: Access denied finding property "vendor.camera.aux.packagelist" and E/Camera: exception : java.io.FileNotFoundException: /proc/driver/camtype: open failed: ENOENT (No such file or directory) #714

Open natsirasrafi opened 2 years ago

natsirasrafi commented 2 years ago

in console show error :

E/libc: Access denied finding property "vendor.camera.aux.packagelist"
E/Camera: exception : java.io.FileNotFoundException: /proc/driver/camtype: open failed: ENOENT (No such file or directory)

how to solve it?

rkistner commented 2 years ago

Please follow the issue template - the details listed are required to assist with debugging issues like these.

This could be a permission missing from the manifest, or camera permission not requested at runtime, or a device-specific issue.