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 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 withqrcode-reader
is successful. Is there something that can be done so thatjsqr
has a better chance of decoding the QR?