05-13-2023 01:32 PM
Hi,
Kindly ask for your assistance.
Trying unsuccessfully to decode a QR code through labview.
I'm able to read the code through online QR scanners (such as: https://www.online-qr-scanner.com/) or with some python codes but not with LabVIEW.
I'm attaching a small VI and an example image.
using LV2018 32bit. have vision module installed.
Anyone know what's the issue?
thank you in advance.
Solved! Go to Solution.
05-13-2023 05:31 PM
LabVIEW is a little more strict about the barcode requirements. You don't have enough empty border around the barcode. I added a small border with the same background color and it reads fine. Try attached image.
Bruce
05-13-2023 10:59 PM
interesting, thanks for finding a solution for my case!