mobile_scanner
mobile_scanner copied to clipboard
iOS analyzeImage from gallery not working
iOS analyzeImage from gallery not working, always returns false
Could you provide the version of mobile_scanner
that you use, and a minimal reproducible sample?
Please also include the file from the gallery that you are trying to analyze.
3.5.7 Android and iOS analyzeImage from gallery not working
Could you provide the version of
mobile_scanner
that you use, and a minimal reproducible sample? Please also include the file from the gallery that you are trying to analyze.
Could you also provide a sample file that isn't working with analyzeImage()
?
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.
I ran example, but did not recognize my QR code
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. analyzeImage
@navaronbracke Thanks