You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsqrcode has decent performance in the webworker, but its is much less accurate than zbar + WASM. Also zbar gives back the four corners of the qrcode's shape which makes it a better candidate for a proper polyfill to BarcodeDetector.
I am thinking the following. Use this as fallback when shapedetection is not available, but WASM is, then use existing Worker model for devices that don't support either.
jsqrcode has decent performance in the webworker, but its is much less accurate than zbar + WASM. Also zbar gives back the four corners of the qrcode's shape which makes it a better candidate for a proper polyfill to BarcodeDetector.
Did some proof of concept work here: https://github.com/monteslu/qr_perf
Live demo here: https://qrperf.netlify.com/
The text was updated successfully, but these errors were encountered: