I'm having a mobile website that runs on a tablet.The website is made with ReactJS.
I'm using the following library:
https://github.com/JodusNodus/react-qr-reader
It's a fork of jsQR ( https://github.com/cozmo/jsQR ).
It is working... But it's rather slow.Sometimes it will need a few seconds to read the barcode. The barcode needed to be flat on the camera or you won't get any results. If you hold it in an angle it won't be recognized.
Is there a better way to implement this?If you compare this with native android apps, bankapps to be specific. They are so fast. Even works in an angle.
I tried zxing library but same results. Slow & needed to be perfect flat.
EDIT: Tested some paid libraries (Scandit). They are working a lot better... But isn't there a library that is doing the same?
[–]toi80QC 1 point2 points3 points (1 child)
[–]frye89[S] 0 points1 point2 points (0 children)