-
-
Notifications
You must be signed in to change notification settings - Fork 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
UPC isn’t detected #323
Comments
Can you try with following config var config = {
fps: 10,
qrbox: {width: 250, height: 250},
// Important notice: this is experimental feature, use it at your
// own risk. See documentation in
// mebjas@/html5-qrcode/src/experimental-features.ts
experimentalFeatures: {
useBarCodeDetectorIfSupported: true
},
}; |
Unfortunately not, as the BarcodeDetector API isn't supported by Safari on iOS. |
@Leonick hey did you find any solution to this ? |
@vishakha-simply |
why not to grab the quagga2 code that works with UPC code an integrte it in html5-qrcode? |
Hey @mebjas, |
@mebjas Do you have a sense of whether or not a fix for iOS barcode scanning will make it into any releases in the near future? I'm evaluating this package to replace quagga, the speed and accuracy is great but I need to support both Android and iOS. |
2.2.1 Not scanning for me in FF+Chrome on Android |
Will look into this based on @Breno1288 's PR. To be tracked for v2.2.7 |
Fixed in zxing-js. Will be published in Track progress on this version at: #605 |
Issue fixed with version 2.3.1 -- please help with verification (please comment in issue #605 if the issue is still reproduced in certain platform). Github release: https://github.com/mebjas/html5-qrcode/releases/tag/v2.3.1 Closing this issue for now. |
Describe the bug
UPC-A and UPC-E codes doesn't seem to be detected even when configured to
I've tried both my own implementation of Html5Qrcode and with you example page. Tried your example UPC pictures, several codes on actual product boxes, and picture from Google search. None are detected.
Other barcodes such as EAN work.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: