cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.69k stars 607 forks source link

Does not work on Samaung Note 10 plus? #158

Closed ScofieldYeh closed 4 years ago

ScofieldYeh commented 4 years ago

I try the code on my Samaung Note 10 plus. Chrome does not turn on the camera after I gave it the permission. It works on Firefox on the same phone. Is there any way to make it work on Chrome?

cozmo commented 4 years ago

This library is a QR code scanner, and has no logic for camera access.

If you can confirm this is an issue with jsQR - aka not related to the webcam access, but rather to the call of this library, then feel free to clarify in the issue, however if you're just having trouble getting getUserMedia to work I'm unfortunately not going to be able to help much.

Perhaps get your webcam capturing to work and then add jsQR and see if you can isolate the issue from there?

Closing this issue until it's clear it's an issue with jsQR not the webcam capture. Please comment/re-open if you feel this is in error.