-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Large QR codes fail with analyze from file #1217
Comments
Hmm, this sounds like a bug in MLKit? On MacOS we use the Vision API from Apple. When I tested the implementation of We do plan on using the Vision API on iOS too, but that will take a bit of refactoring. |
analyzeImage() dont work for me, qr from gallery not scanned help me pls |
I have encountered the same problem as you. Your question gave me some inspiration. I suspect that the QR code will detach from its analysis area when it becomes too large, so the analyzeImage method did not provide any results.
Then I used an image picker to read the album:
|
We are seeing some unexpected behavior in our app, and the behavior is reproducible by running the current example app and using "Analyze image from file"
To reproduce:
All three of these files work if the example app is run on Mac OS.
What to do to help mitigate this issue?
The text was updated successfully, but these errors were encountered: