Skip to content
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

Slow Detecting of QR Codes #1265

Open
ZaynMeledath opened this issue Dec 21, 2024 · 1 comment
Open

Slow Detecting of QR Codes #1265

ZaynMeledath opened this issue Dec 21, 2024 · 1 comment

Comments

@ZaynMeledath
Copy link

Scanner is pretty slow in detecting QR codes. It needs the best environment like the best lighting conditions etc. Same time package which hasn't been updated since 3 years ago(flutter_barcode_scanner) is detecting rapidly. Please fix this issue.

@navaronbracke
Copy link
Collaborator

The flutter_barcode_scanner seems to be using the old Vision library, see https://github.com/AmolGangadhare/flutter_barcode_scanner/blob/master/android/build.gradle#L41

However, the note at the top of the docs for that library states:
https://developers.google.com/android/reference/com/google/android/gms/vision/barcode/package-summary

"The Mobile Vision API is deprecated and no longer maintained. It is now a part of ML Kit which includes all new on-device ML capabilities."

Since mobile_scanner already uses MLKit, any performance issues relating to the detection of barcodes can only be fixed by upgrading MLKit (if MLKit has fixes for such issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants