Warm tip: This article is reproduced from serverfault.com, please click

Scan multiple barcodes with ZXing

发布于 2012-07-24 09:54:26

I am currently trying to get ZXing to scan some barcodes. It's doing that job fine so far (via intent).

Now I would like to make it decode multiple barcodes at once (they are placed beneath each other) without having to scan each barcode individually.

Is this even possible via intent? If not, a short example of how to do it the other way would be appreciated :)

I've so far only found a pretty old thread where a user requested this feature and some developers seem to have integrated it. However, I am unable to find any tutorial explaining the utilization.

The thread can be found here.

Questioner
Betaminos
Viewed
0
Sean Owen 2012-07-24 18:05:48

It's not possible by Intent, but it is certainly possible within the project. You would have to write your own scanning component, then use the core library's support (which you've found) to find multiple barcodes and do something with them.