Scan multiple barcodes with ZXing

I'm currently trying to get ZXing to scan some barcodes. He is still doing this work (through intention).

Now I would like it to decode several barcodes at once (they are placed below each other) without the need to scan each barcode separately.

Is this possible with intent? If not, a brief example of how to do it the other way will be given :)

So far, I have found a rather old thread where the user requested this function, and some developers seem to have integrated it. However, I cannot find a tutorial explaining the use.

This thread can be found here .

+4
source share
1 answer

This is not possible by intention, but it is possible within the project. You will need to write your own scan component and then use the main library support (which you found) to find a few barcodes and do something with them.

+1
source

All Articles