Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
460 stars 151 forks source link

scanning in dotnet8 and maui is unacceptable slow #169

Open guido-gtt opened 7 months ago

guido-gtt commented 7 months ago

about 10% of the time detecting barcodes is really bad.. We try with different light, moving, holding still, different angles, everything we can think of, but it takes sometimes a full minute before a barcode is detected, sometimes it never gets detected. Tested on a samsung A13 and A14 Previously, we used zxing on Xamarin, this is so good and fast with our barcodes. Bad light and long distances were not a problem there.

we tried AutoRotate = true, TryHarder = true, Multiple = false ) but nothing helps

If there are some workarounds please let us know. Our app is ready, that's the only thing that's stopping us..

Thank you and best regards Guido

guido-gtt commented 7 months ago

I left the zxing library and tried this one, it scans very good but has troubles displaying, I need to set a fixed height else it does not show https://github.com/afriscic/BarcodeScanning.Native.Maui