-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue scanning PDF417 barcodes #64
Comments
Hello. On my device (Oneplus 7 PRO, Android 12) i find it is best to scan on |
I used your sample app - the aim mode helped a lot as did setting the CaptureQuality to High. I'm able to scan an OR DL, however, TX DL does not seem to scan. Tried on both Android Pixel 6 and iPhone 13. Both DLs are PDF417 format. |
Aim mode doesn't really do anything to improve scanning performance. It just takes all detected barcodes and removes all of them that don't have their Sorry, I'm from Europe, and if I understand correctly you scan the code that is on US drivers licence, so I guess you can't share exact barcode that doesn't work. It would be very helpful for debugging if you can generate an example PDF417 barcode with data that would be on the drivers licence and that doesn't work. It could happen that the encoded data is crashing the app but it is really unlikely as I'm doing minimal processing on encoded data. But than again it is weird that it can't be detected on both iOS and Android... TLDR It would be really useful to have an example of a barcode that isn't working. |
@afriscic would you be interested in contacting me directly; [email protected] for more details about this? Thx |
@afriscic Attached is a sample PDF417 that scans fine with QR reader, however, it does not scan with this code. Thoughts? |
Thank you for sharing. |
I have a Pixel 6 and am on 1.5.2 however the barcode still won't scan for me. |
The only thing I can suggest to you is to try if to clone this repository and try with |
We are finding that scanning PDF417 barcodes is very problematic. In most cases the scan never occurs. In the rare cases we can get a scan to occur it takes a lot of slowly repositioning the barcode to the point the scan takes place.
Are there any known settings or things we can try to help improve scanning PDF417 barcodes? We rely on this feature heavily.
Thanks.
The text was updated successfully, but these errors were encountered: