-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: Scan Multiple QR Codes at once #137
Comments
This is a feature that you should build into your app. The plugin already offers you all the functionalities for this. For this reason, i'm closing this issue as not planned. |
@robingenz |
For example, the |
@robingenz i have explored this function , But I want that feature on scanning instead of QR CODES Image. Does this package provide scanning multiple QR codes on scanning instead of reading codes from image ? |
Oh, you should have mentioned that in your issue. Currently the Line 350 in bfcfaff
You could let the user scan until no new barcodes are recognized. Alternatively, I could adapt the listener so that it returns all barcodes at once. But even then, there is no guarantee that the ML Kit Barcode Scanning SDK will recognize all barcodes on the first scan. |
Plugin(s)
Current problem
I am facing a scenerio in which there are 5 different QR codes at a place. I want a feature which enables the user to scan all of them at once and then select value of his own choice.
Preferred solution
Barcode Scanner should detect multiple qr codes from camera and then allow the user to select only single value from these scanned values.
Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: