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.7k stars 607 forks source link

autofocus failes with realteak cam #137

Closed thomastrinamix closed 5 years ago

thomastrinamix commented 5 years ago

autofocus on realteak 0bda:5876 webcam (Lenovo 330 ideapad) does not work.

Additional Focus Option missing

cozmo commented 5 years ago

I don't know anything about how to configure autofocus with javascript, sorry.

As mentioned in the README jsQR is designed to have no webcam specific implementation details. Rather the API is designed to take in image data and output any QR codes found within. Handling reading image data from the webcam and passing it to jsQR is the responsibility of the consumer, and as such you'll know more than me