-
Notifications
You must be signed in to change notification settings - Fork 204
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
QRCode, EAN8 and UPCE bar codes don't read #65
Comments
I'm also not having any luck reading QRCodes. |
UPCA, EAN13, Code39 and Code128 seem to be working just fine. |
Hi can you post the barcodes? So I can take look. |
I hope I'm attaching the file properly. The file barall.tif contains a collection of test bar codes that came with a very old bar code reading SDK that I am looking to replace. The old SDK can read all bar codes on this page with no problem. ZXing.Delphi seems to be tripping over the EAN8 and UPCE bar codes. The file CC102092018.tif contains a collection of sample QR Codes that I found in a web page. This image was created by printing the web page and then scanning it as a black and white image @ 300DPI. Delphi.ZXIng doesn't seem to be able to recognize any of the QR Codes on this page. BTW, if I save one of the QR Code images from the web page to a PNG file, the QR Code can be read. |
Yes I have the file. I tested the QR page and they all worked with my app.
The QR codes on the page are not the best quality but it worked. I attached an image for proof.
… Op 9 feb. 2018 om 15:54 heeft sboydlns ***@***.***> het volgende geschreven:
I hope I'm attaching the file properly.
The file barall.tif contains a collection of test bar codes that came with a very old bar code reading SDK that I am looking to replace. The old SDK can read all bar codes on this page with no problem. ZXing.Delphi seems to be tripping over the EAN8 and UPCE bar codes.
The file CC102092018.tif contains a collection of sample QR Codes that I found in a web page. This image was created by printing the web page and then scanning it as a black and white image @ 300DPI. Delphi.ZXIng doesn't seem to be able to recognize any of the QR Codes on this page. BTW, if I save one of the QR Code images from the web page to a PNG file, the QR Code can be read.
TMP.zip
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I did scanned it from the monitor (which is not always a good idea, depends on your scaling). The green rectangle is 'tracking' the code. Making a screenshot is not easy :-) |
You seem to be doing this from a phone using a camera. I'm doing this on Windows using VclTestApp.exe to read the TIFF file. I need this to work in Windows to be useful. |
BTW, I am using ZXing.Delphi 3.4.5 compiled with Delphi 10 (Berlin). |
I see what you mean. Im investigating. |
The QRCode bug was identified and fixed v3.5. All QR Codes on the tiff are seperated and added to the unit test. It all works now. It also works via the vcl test app, Can you verify and report back? |
The EAN8 and UPCE bar codes seem to be working. QRCode seems to work but only if there is just a single QRCode on the page. Attempting to read CC102092018.tif still fails. But if I modify that file by removing all but one QRCode it seems to work. I'm not sure if this is going to be a problem or not. I'm thinking not but only time will tell. |
Hi,
Yes, only one barcode per scan is supported.
2018-02-12 16:11 GMT+01:00 sboydlns <notifications@github.com>:
… The EAN8 and UPCE bar codes seem to be working. QRCode seems to work but
only if there is just a single QRCode on the page. Attempting to read
CC102092018.tif still fails. But if I modify that file by removing all but
one QRCode it seems to work. I'm not sure if this is going to be a problem
or not. I'm thinking not but only time will tell.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMEt1X6QHdd5YJWZM1k5wtd_C0rMeGzdks5tUFS3gaJpZM4R-mXO>
.
|
It appears as though EAN8 and UPCE bar codes cannot be successfully read. Using VclTestApp any attempt to read either EAN8 or UPCE returns Unreadable!!
The text was updated successfully, but these errors were encountered: