-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
iOS analyzeImage from gallery not working #967
Comments
Could you provide the version of |
3.5.7
|
Could you also provide a sample file that isn't working with |
With a "sample file", I meant an image that has some kind of barcode in it that was not detected. The above images definitely do not have a barcode at all, so the result is working as intended for those. |
The same issue. when I use qr_flutter, and generate a qr image. QrImageView(
data: '[1234567890](https://github.com/juliansteenbakker/mobile_scanner/issues/967)',
version: QrVersions.auto,
gapless: false, // important
size: 200.0,
), use RepaintBoundary to get snapshot. @navaronbracke Thanks |
I'm experiencing the same issue. When I generate a QR code using By the way im using https://github.com/juliansteenbakker/mobile_scanner/blob/c0ac2453e303c9374228076810bb52732e928a11/example/lib/scanner_button_widgets.dart#L5:L49 |
I am experiencing the same issue on iOS, it works perfectly on Android. The QR code has been generated using the QR Flutter package. The analyzeImage() API does not return any QR code when the file is read from the gallery. Is there any solution to this ? |
Hello, I am having this same error, the reader stopped reading the images from the gallery, the path that I am passing as an argument is /private/var/mobile/Containers/Data/Application/2A5D7976-D4C1-4576-9CB2-63FA19794306/ tmp/image_picker_BC16B31F-1CDF-47B4-9C25-317BA992F31F-1678-000000DAD48F28FE.png I am using version ^4.0.0 |
I had the same problem and it happens on PNG images. If you edit or crop the image (get's saved as JPG on iPhone at least) it works! |
This works for me (tried edit or crop image in Photos before use
|
This issue may be similar as #1271 . The author released this fix in version 7.0.0-beta.4 . I tried it and it's work for me. Hope this help. |
iOS analyzeImage from gallery not working, always returns false
The text was updated successfully, but these errors were encountered: