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
Happens in my project as well as in the demo, using the "Scan from File" feature. In Safari the library is barely able to scan anything (1 out of 5 test files I have), while in Chrome it has a 5/5 detection rate.
To me, this either means Safari is using a native BarcodeDetector implementation that is far worse than this library, or that Chrome is using one that is far better.
What further complicates this matter is that other libraries also based on zxing are able to get a 5/5 detection rate in Safari, like for example the bloated html5-qrcode.
Has anyone else made similar experiences? How can I mitigate this? nimiq/qr-scanner offers the nicest API of all the solutions out there, but I need a better detection rate for my usecase.
The text was updated successfully, but these errors were encountered:
Happens in my project as well as in the demo, using the "Scan from File" feature. In Safari the library is barely able to scan anything (1 out of 5 test files I have), while in Chrome it has a 5/5 detection rate.
To me, this either means Safari is using a native BarcodeDetector implementation that is far worse than this library, or that Chrome is using one that is far better.
What further complicates this matter is that other libraries also based on zxing are able to get a 5/5 detection rate in Safari, like for example the bloated html5-qrcode.
Has anyone else made similar experiences? How can I mitigate this? nimiq/qr-scanner offers the nicest API of all the solutions out there, but I need a better detection rate for my usecase.
The text was updated successfully, but these errors were encountered: