Not all QR codes are read, what is wrong? #749
Unanswered
ignaciofatou
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Hello, in my new project with these liberias I am able to scan all the QR codes perfectly except for the one I need for my project, I have attached an image of the code, I have tried doing it with the original and I still cannot scan it. I have tried other QR code readers from the PlayStore and they read it perfectly without any problem. What is going wrong?
this is the QR image that is failing:
https://postimg.cc/CBn5FnS8
Manifest:
......
<application
...
android:hardwareAccelerated="true"
...
Grandle:
minSdk 21
ScanActiviy.java:
barcodeLauncher.launch(new ScanOptions());
Beta Was this translation helpful? Give feedback.
All reactions