Closed skogsbaer closed 1 year ago
any progress on this ticket?
any progress on this ticket?
Could you find any workarounds? I have the exact same issue
@skogsbaer Not sure, however, you can try by downsize the resolution of the image and pass that image in method findBarcode
.
I am going to look into that issue as I am bringing some fixes to the DataMatrix reader. Hopefully that fixes your issue. I cannot give extended support for that port besides bringing the main functionality back as good as I can.
Unfortunately, I can no longer provide support for this codebase, the topic will be closed. I recommend to take a look at https://github.com/zxing-cpp/zxing-cpp created and maintained by the very ambitious @axxel!
I'm trying to scan DataMatrix barcodes under iOS with ZXing. Some barcodes are recognized but many are not. Here is a picture for which ZXing fails to recognize the barcode on my iPhone 8:
Here is the code that invokes ZXing on a given
CGImageRef
:The hints are configured as follows:
Any suggestions how to get barcode scanning to work for such DataMatrix codes?