ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
617 stars 340 forks source link

Is possible decode multi-QRCode in single QImage? #85

Open arkceajin opened 6 years ago

arkceajin commented 6 years ago

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

ftylitak commented 6 years ago

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

ftylitak commented 4 years ago

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.

bleze commented 3 years ago

+1 for wishing for multi barcode decoding