Closed rickmedlin closed 2 years ago
I've no experience with OpenCV but I discovered that pyzbar needs a minimum scale of three, see https://github.com/heuer/segno/blob/master/tests/test_encode_decode.py#L36
One pixel per module might be too small for OpenCV as well.
I hope that helps.
PS: Assuming that we're talking about QR codes and not Micro QR codes. OpenCV and pyzbar don't support Micro QR codes.
Okay, thanks. Closing for now.
I'm able to create the codes, but not able to scan them with either OpenCV / pyzbar or the Javascript Instascan library.
Is there a minimum size that is needed for scanning? The requirement for my job is to fit the QR on a very small (1.5" x 0.5") label.