Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

support for data matrix / small 2D barcode

+1 vote

hi jevois team;

someone came to me for decoding small 2D barcode, turns out that the best format is data_matrix (dtmx). So i though again about our poor attempts to get libdtmx on JeVois. We already discussed this in late 2018 here and there.

We simply couldn't make the suggested tutorial http://jevois.org/tutorials/ProgrammerDlib.html

Looking at the barcode documentation, I still do not see the data_matrix format.

it's a pitty, i'm sure the right person could get that solved in no time :'( 

Can anyone help me ?

asked May 14, 2020 in Programmer Questions by fourchette (580 points)

1 Answer

0 votes
I remember working on this a while back but I am not sure I ever converged... Can you please check this:

http://jevois.org/moddoc/PyDMTX/modinfo.html

with a recent JeVois version (like 1.14.0). The fact that there is no screenshot means maybe it is not fully working yet. Basically we need to install libdmtx and pydmtx on the platform hardware. As far as I remember, it is quite slow, so maybe that is why we did not complete it.
answered Jun 24, 2020 by JeVois (46,580 points)
...