-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
How do I draw a rectangular shape of all detected barcodes on the screen? #1222
Comments
You would have to use the corners and size of each of the barcodes to detect their size and center point in the image. |
Can you add a similar demo to the example, a lot of people need it |
I haven't tested this for multiple barcodes but this is what I implemented for helping detect a single barcode when scanning.
And i've used it like this -
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to draw a rectangular shape of all detected barcodes on the screen and click to select one to get content
Hope to provide docs examples
The text was updated successfully, but these errors were encountered: