jsQR
jsQR copied to clipboard
QR code reading fails with jsqr, but succeeds with qrcode-reader
I am capturing an image from webcam and trying to decode the QR code with jsqr
. Sometimes it fails even though the code is clearly visible; but trying to decode the same image with qrcode-reader
is successful. Is there something that can be done so that jsqr
has a better chance of decoding the QR?
I have the same problem. qrcode-reader gives error messages when the QR code is not clearly visible, whereas jsQR just doesn't see it at all.