kybarg / react-qr-scanner

React component for reading QR codes using PC web camera or mobile phone camera.
MIT License
125 stars 40 forks source link

Certain values don't scan #12

Open robertthewolf opened 4 years ago

robertthewolf commented 4 years ago

We have 5000 cards with QR codes in my company, but we have discovered that that these 2 codes are not recognized by the scanner.

U2FsdGVkX1+T7M5JW2JP:K:sU4xEcGzKu5RS7a:dY6U= U2FsdGVkX1+T7M5JW2JP/K/sU4xEcGzKu5RS7a/dY6U=

U2FsdGVkX19AD0SQUSYG7RLiVIiaESvFHOKJY+o7cNk= U2FsdGVkX19AD0SQUSYG7RLiVIiaESvFHOKJY+o7cNk=

Strangly, they work with other scanners like Instascan

kybarg commented 4 years ago

@robertthewolf this package is based on https://github.com/cozmo/jsQR SO there is may be an issue with decoding, I think you should psot this issue there

kybarg commented 4 years ago

@robertthewolf seems like these QRs work here https://cozmo.github.io/jsQR/ Maybve jsut need to update jsQR dependency