-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scanner problems on Samsung devices #18
Comments
Hi Claudio, In my opinion, integrating an external scanner would result in a bad user experience for three main reasons:
I think we should look into the ZXling libary (which we are currently using) and try to find ways to optimize the focus (focus on pressing into the camera image?). Best regards, |
I hear similar reports repeatedly over the last time, all of them are from Samsung phones (e.g. SM-J320FN), so I suspect something there.
Intents is way to slow for this purpose, not an option. However, we already do use the scanning engine of ZXing (however, maybe not the latest version). |
I just released 1.5 to the play store with an updated underlying library. I don't really expect this to be fixed, but please test it and let me know nevertheless. |
Unfortunately this hasn't improved the situation yet. The library for But interestingly the custom view finder sample actually works! |
Okay, now it's getting really weird. I'll experiment with custom view finders then :D |
I am experiencing this with an HTC One, Android 4.4. Autofocus keeps "pumping", says "Nicht synchronisiert" in the bottom right of the screen. |
The symptom I'm seeing is that pretixdroid is not able to read the configuration QR-code on my Samsung S4 Mini with an 8-Megapixel camera (the autofocus never focuses correctly, and instead continuously "pumps").
The software "Barcode Scanner" (https://www.github.com/zxing/zxing) instead is perfectly able to scan the code on the same device. Maybe it's worth thinking of integrating with this software via Intents?
The text was updated successfully, but these errors were encountered: