J2me, I need a datamatrix decoder library that is not Zxing

I am writing an application that uses Zxing datamatrix decoder. This is normal for QR, but not for datamatrix. It only decrypts it, if it is generated by code, it is completely clean. But if it is an image with a captured camera, it does not work.

Can someone give me an alternative to this library (for J2me), plz?

+3
source share
1 answer

I did some research on this, and it is very difficult to find libraries that decode Datamatrix.

, : libdmtx, C, Java ( libdmtx wiki).

, J2ME, , , , J2ME , Java J2ME.

, !

+1

Source: https://habr.com/ru/post/1758349/


All Articles