zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
https://zxing-js.github.io/library/
Apache License 2.0
2.43k stars 541 forks source link

Problems with decoding DataMatrix #407

Open mal-coder opened 3 years ago

mal-coder commented 3 years ago

Hi,

I'm having issues with decoding a particular type of data matrix codes - printed on climbing equipment. The scanner seems not to recognize it at all.

Did anyone encountered such problem and could advise how could I fix it?

Thanks in advance.

Regards

IMG_8156 IMG_20210210_145516 IMG_20210210_145458

cezarc100 commented 3 years ago

This is a new type of rectangular Datamatrix as published here https://www.e-d-c.info/en/projects/dmre-en.html The support for this is limited yet even among commercial barcode reading software. I would also be interested if this project could add support for the new rectangular Datamatrix barcodes

mal-coder commented 3 years ago

Filip made some changes here (link below) to read this QR as an inverted image and it works! The only problem left is that only from the zoomed in photo. When trying to get it from a life stream it seems to be too small (at least with my phones) :/ https://github.com/Applifting/zxing-js/pull/1

github-actions[bot] commented 4 months ago

Stale issue message