journeyapps / zxing-android-embedded

Barcode scanner library for Android, based on the ZXing decoder
https://journeyapps.com/
Apache License 2.0
5.68k stars 1.26k forks source link

Zbar outperforming by a longshot on my device why? #750

Open alenloncaric opened 4 months ago

alenloncaric commented 4 months ago

Description of the problem:

My custom android device has a system precompiled zbar and it decodes in half light, moving, inverted etc… always correct no false positives.

now i wanted to be agnostic and went with zxing lib and without perfect light condition code128,39 and sometimes even qr are almost not readable, while 1d a lot of false positives.

Any idea why :/

Which library version are you using? latest

**Which phone/tablet are you using, and which Android version does it run? Android 11

Does the same happen on other devices or an emulator? device

Can you reproduce the issue in the sample project included with the library? If not, can you provide your own sample project or sample code that produces this error?

all the time