MaixPy3 icon indicating copy to clipboard operation
MaixPy3 copied to clipboard

Read datamatrix

Open IvanViale opened this issue 2 years ago • 0 comments

Hi, I need to read datamatrix code, but in Image module i can find only this functions find_qrcodes and find_barcodes, did anyone implement datamatrix reader yet?

https://wiki.sipeed.com/soft/maixpy3/zh/api/maix/image.html

I found pylibdmtx library, but i can't install it with opkg install libdmtx , i tryed with pip3 install pylibdmtx but when i run the program i get this error "Unable to find dmtx shared library"

Can anyone help me, please?

image

IvanViale avatar Aug 16 '23 15:08 IvanViale