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

How slow does the video stream goes on your platform? #106

Open nekhbet opened 5 years ago

nekhbet commented 5 years ago

I'm testing the solution on 2 laptops with average specs (i5 with at least 8GB RAM, both on Debian). On one it works very smooth but on the other one the stream goes with at least 2-3 seconds delay. On the slow one I use : Chromium Version 71.0.3578.80 (Developer Build) built on Debian 9.6, running on Debian 9.6 (64-bit)

The slow line is actually the getImageData call.

Any ideas why? Thanks!

nekhbet commented 5 years ago

Changing to Chrome everything works smoothly.