-
Notifications
You must be signed in to change notification settings - Fork 781
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
[google_mlkit_barcode_scanning][Android] Not work will on android with [camera 0.11.0] Or higher #747
Labels
Barcode Scanning
Issues corresponding to Barcode Scanning API
Comments
@bensonarafat any help? :) |
import 'dart:typed_data'; import 'package:camera/camera.dart'; extension Nv21Converter on CameraImage {
} use this enxtension for retrive bytes @salar-dev |
I also encountered the same problem, if with [camera 0.10.6] it will return to normal. |
Check #628 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your issue. If applicable, add screenshots to help explain your problem.
In my app I use google_mlkit_barcode_scanning on android if I use camera 0.10.6 its work and scanning but If I use camera 0.11.0 Or higher Its not scanning!
Steps to reproduce.
use google_mlkit_barcode_scanning on android with camera 0.11.0 Or higher it will not scanning barcode.
What is the expected result?
Its should Scanning barcode with all version of camera
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
Android
Flutter/Dart Version?
Plugin Version?
The text was updated successfully, but these errors were encountered: