qzxing icon indicating copy to clipboard operation
qzxing copied to clipboard

Is possible decode multi-QRCode in single QImage?

Open arkceajin opened this issue 7 years ago • 3 comments

I have an image contains 16 QRCode, when I try to decode it. The program crashed at

https://github.com/ftylitak/qzxing/blob/master/src/zxing/zxing/common/Counted.h#L36

arkceajin avatar Jul 12 '18 07:07 arkceajin

@arkceajin thank you for your report. I can reproduce the issue so I will look at it.

ftylitak avatar Jul 14 '18 16:07 ftylitak

Greetings, yesterday after browsing ZXing code I came upon the MultiBarcodeReader: https://github.com/ftylitak/qzxing/blob/master/src/zxing/zxing/multi/MultipleBarcodeReader.h

So, I am leaving this comment here as a note, hoping at some point (me or any other) to see how to benefit from it.

Regards.

ftylitak avatar Oct 02 '19 08:10 ftylitak

+1 for wishing for multi barcode decoding

bleze avatar Nov 09 '20 14:11 bleze