danimoh
danimoh
Do you guys still have these issues with the newest release? Note that with the newest release, specifying the WORKER_PATH is not required anymore, see readme. @BenoitDuffez 5x5mm is very...
Also, potentially move advanced features like rendering of scan region and barcode outline into separate, lazy loaded chunks.
Hello, if you only want to scan a single frame, the regular way would be to call `qrScanner.stop()` or `qrScanner.destroy()` afterwards. However, do i read that correctly that you want...
Hello @nami8824 can you please test whether you still have issues on the newest release? Maybe the `WORKER_PATH` was not setup correctly, which is however not needed anymore in the...
Thanks for reporting. Please test whether the latest release fixes this.
This is fixed now, see #125. @AjjlalAhmed please test whether your issue still exists on the newest release. If it does, please open a new issue or see whether #142...
@david-buck Thanks for the feedback. Do you only encounter issues when switching the camera (e.g. environment facing to user facing) or also on first start of the scanner? And you're...
Hello @debo900. Please test whether 1. still occurs to you with the newest release. 3. is now implemented, have a look at the readme. 2. Nice suggestion. I might add...
I haven't tested using this lib in node. Maybe someone else can help? For use in node js, I recommend using https://github.com/danimoh/jsQR directly. To run it in node, you might...
Hello. Detecting multiple QR codes in a single image is currently not supported. Restricting the search region is supported for single image scanning and for web cam scanning semi supported....