-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐛 react native vision camera don't scan pdf-417 from real documents #3254
Comments
Guten Tag, Hans here! 🥨🍻 Thanks for your detailed report. It’s great to see you've followed ze documentation and tried to troubleshoot. However, to help mrousavy resolve this issue more effectively, it would be helpful to gather additional logs while reproducing ze problem in Android. The logs you provided are good, but could you please ensure you are using Also, please keep in mind that mrousavy maintains this in his free time, so if you appreciate his efforts, consider supporting ze project by sponsoring him here. Let’s keep this issue open for now as it seems you are facing a valid situation!
|
Here there is a log, while vision camera app it was running. I'm using react native vision camera 4.5.3 Thanks |
Same issue here, trying to scan a barcode (pdf-417) from license driver of USA, going deeper seems like when the barcode has more than 250 characters it doesn't scan |
Is there any update with this bug? |
I've looked in the documentation page , in frame processor plugins, and I've tried with some listed plugins and I have read barcodes, 6 of 10 pdf-417 barcodes were read. I guess is an issue about the processor performance. I need to do more tests about it, but is the beginning. Regards |
Which plugins did you used? @fmoraless |
You can try other frame processor plugins:
|
What's happening?
I have implemented react native vision camera in my react native 0.75 application.
my objective is to scan tickets, which have the code pdf-417
Following the documentation, and doing some tests, I have been able to verify that the pdf417 scanning works correctly with ios. But when scanning the same document with android it does not read the pdf417 of the sale receipts.
I was doing some tests to solve this problem and it turns out that when creating a pdf417 with few characters, it is possible to read it (page to create pdf417 cognex).
But the problem is that the voucher or ticket ,has a standard that has a lot of characters (it is an Xml with all the data of the ballot, social reason, trade rut, amount, date, etc).
I appreciate your support
Tks
Reproduceable Code
Relevant log output
Camera Device
Device
Samsung Galaxy s20FE
VisionCamera Version
4.5.3
Can you reproduce this issue in the VisionCamera Example app?
Yes, I can reproduce the same issue in the Example app here
Additional information
The text was updated successfully, but these errors were encountered: