-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
App does not read barcode from camera on Sony Xperia 10 IV #2927
Comments
Hello @chk1 and thanks for your report. Also, could you try this APK: https://drive.google.com/file/d/1F6S0pGpf8OQHhqKSw1opWQPRxpcmYdDV/view?usp=sharing (app name: ML Kit in Flutter) and go to Barcode Scanning (first item) and tell me if you're able to scan barcodes. Thanks |
I have only tried this version (3.8.1+722) of the new Flutter app. First installed yesterday and never got scanning to work. (I do have two other phones where it works, so I can compare how the app is supposed to work I guess. Redmi 4X on custom ROMs Android 9 and 11)
I tested it and it doesn't detect barcodes in the camera view. I've seen green texts and lines flash up and quickly disappear (within a few milliseconds), but that looked like mis-identification, like it detected a non-existing barcode on my table or computer keyboard instead of on the product. But it does detect codes when I pick a photo from gallery. |
Thanks a lot for your report @chk1. |
I just updated to 3.17.0, I can confirm that the alternative scan mode works now. Thank you! |
Cool, closing the issue |
What
The barcode from a product that I hold into the camera is never detected and read.
Steps to reproduce the behavior
Expected behavior
App should detect the barcode after a short time and trigger a search
Part of
Smartphone model
Additional context
On my phone, the app does not crash, and the camera keeps working.
I tried to find any obvious issues via
adb logcat
, the log it generates is getting huge quick. I coulnd't see any obvious issues, like stack traces. The log consists mainly of the following messages in a loop (I'm not sure if this is just device specific camera debug output).If needed, I can send the full 3MB adb log to one of you developers (maybe on Slack), I don't want to post it here publicly.
The text was updated successfully, but these errors were encountered: