-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Using method decodeUrl only returns "Box" propriety #236
Comments
Thank you for filing an issue! Please be patient. :-) |
Seems to be working now, without any changes |
Good to know that Data URI works, I believe we had an outstanding ticket to examine that. Yes, we do, it's #189 . Any chance you've tried Data URI in the browser? Or was that in browser not in node? I'm going to ping you over on that thread to reply to this question actually. As to why it only returned a partial result, all I can think of is that it found a box, but failed to decode the barcode, but I don't know that that should be an expected result. If you can repeat it not working, then working, with any specific data, please definitely report on that. |
Hello, I got same issue regarding on the results. It's only returning [{box: []}], there's no code or something. Am I missing something? thanks |
hi! i'd probably need some images of the barcodes in question to try to diagnose. Usually the configuration parameters can be adjusted to find something that works for your specific needs. Please submit a new issue, with at least one or more images of the barcode in question, along with the type of barcode that it is. Thanks! |
Thanks for your response @ericblade , here's the issue #537. Thanks |
Hello,
I have been using Quagga for LiveStream barcode reading and has been working fine. But I tried now using the decodeSingle() method and it doesn't return the decoded code, only the "Box" propriety:
This is the config I'm using (imageUrl is usually a DataUrl):
Why doesn't it return the decoded "result" propriety like it does on "LiveStream" mode? Am I missing something in the config?
Thank you
The text was updated successfully, but these errors were encountered: