-
Notifications
You must be signed in to change notification settings - Fork 979
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
Unable to read large QR code #487
Comments
Quagga reads 2D barcodes, it does not read QR codes. |
I think this is 2D barcodes. I have used below link to generate the barcodes. I have attached the sample barcode. |
?Yes barcode only. I have attached sample barcode image and url to generate the bar code. |
I am trying to use in my application. So when click on scan its open the mobile camera after that nothing happen and unable to read. Also don't see any error in console. In mobile I haven't done any setting. So can you please share steps if any setting changes is needed? Best Regards, |
By settings, I mean what is the contents of the object being passed to Quagga.init() ? |
Below are set of code:afterOpen: function () {
|
Looks like it works fine with medium patch size, as shown in the image above. Extra large patch size is probably not real useful unless you're working on very high resolution images |
Hi Team,
I am implementing the QR code scanner in my application and used the quaggaJS.min.js file. I am able to scan the small QR Code(Example: 100039456) and its working fine. QRCode format: 128
But problem is here when I am trying to read large QR Code from the device camera is opened but unable to read the QRCode and continuous camera is showing on in the device.
This is the QR code which I want to read : 10650000011[]20MSH345[]
Also I changed the type : medium to Large and X-Large but no luck.
Could you please help me to resolve this issue. Thanks in advance!
Best Regards,
Dhiraj
The text was updated successfully, but these errors were encountered: