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

Is it possible to support scanning multiple codes at one time, and select one for recognition results #381

Open
BruceHmy opened this issue Jul 28, 2023 · 1 comment

Comments

@BruceHmy
Copy link

Is it possible to support scanning multiple codes at one time, and select one for recognition results

@markusfisch
Copy link
Owner

Yes, in theory, but only different barcode types (for example a QR Code and an EAN13, but not two QR Codes).

ZXing C++ supports reading multiple (different) barcodes (one of each type), because it can run all decoders in line for a single input image. Reading the same barcode type multiple times would mean processing an input image over and over until no barcode could be found anymore. This would be a very costly operation, of course.

Currently Binary Eye configures ZXing C++ to read just one barcode for performance reasons.

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