learntodroid / AndroidQRCodeScanner

Android QR Code Scanner is an Android App is written in Java that uses the Android Jetpack CameraX library for previewing the camera and image analysis along with the ZXing open-source bar code scanning library.
https://learntodroid.com/how-to-create-a-qr-code-scanner-app-in-android/
39 stars 32 forks source link

scanner not working its not scanning anything #1

Open blazingdevil44 opened 3 years ago

blazingdevil44 commented 3 years ago

QR Code Found never seems to be visible it never seems to be able to scan anything if using huawei mobile with 8 api i didnt try emualtor as in guide but it should work on mobile too right ?

nayosx commented 3 years ago

Is working in android 11 but in android < 10 is not working the reader :'(

brapamaldi commented 3 years ago

i have it working on my android 6 phone. the button becomes non visible pretty quick tho, so you have to press it quickly when you see it

GadAllDev commented 2 years ago

Does not work on android 10 ... The camera works but the reader does not scan the code. Does anyone have a solution?