Open DevMansoor opened 2 months ago
Does not using a scan window have any effect? Just to be sure.
If that isn't the case, then I think this might be a problem with MLKit's detection of the barcode.
I tried but still same issue, any idea how can I resolve this issue ??
Hmm, then this seems to be an MLKit issue. Unfortunately I don't think they have a newer version available (I think we already use the latest version)
Does using the bundled versus unbundled MLKit make any difference?
It seems there are updates to MLKit available, that we missed. I'll put this on the tracker for the next release.
We can update to the following versions Bundled: 17.2.0 -> 17.3.0 Unbundled: 18.3.0 -> 18.3.1
I'll have to take a look at the changelog, though.
Thanks, can you confirm when you'll release next update as we are stuck on this issue,
one more thing i can read top bar code (8806094018431) but not the bottomLeft IMEI, What can be the reason ??
How can I add a blue animated horizontal line that moves up and down to focus on the barcode, and as soon as it aligns with the barcode, it reads it?
Thanks, can you confirm when you'll release next update as we are stuck on this issue,
Version 5.2.0 should be available on Pub.dev. This version includes this fix.
one more thing i can read top bar code (8806094018431) but not the bottomLeft IMEI, What can be the reason ??
I am not sure why that is the case.
How can I add a blue animated horizontal line that moves up and down to focus on the barcode, and as soon as it aligns with the barcode, it reads it?
I'm not sure if that is possible right now. You can try using the scan window to make the scan region smaller. But for the line to "scan the barcode when it aligns", we would have to expose position information of the scanned barcode (where in the output image is the barcode when it is scanned)
You could try drawing the corner shape & line with a custom painter, though. You'll want to align it with your scan window.
I tried after you update package, it captured first the barcode but now it is not capturing the barcode and its taking too much time to read the barcode
I'm encountering an issue with barcode scanning using mobile_scanner While the scanner works perfectly with barcodes on paper, it struggles to read barcodes printed on boxes.
The problem occurs even in well-lit conditions, and I’ve tried adjusting the distance and angle, but the barcode on the box still isn’t being detected. Attached is an image of the box in question.
What could be causing this issue?
Here is the my code: