Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decoding multiple datamatrix on a single page #6

Open
monperrus opened this issue Mar 25, 2020 · 4 comments
Open

decoding multiple datamatrix on a single page #6

monperrus opened this issue Mar 25, 2020 · 4 comments

Comments

@monperrus
Copy link

I cannot decode the attached image with dmtxread. It starts well but then hangs after 9 decoded datamatrix.

Any idea what's going wrong?

Thanks!

montage

@subeiammar
Copy link

Try adding some clearance between individual dmtx tags. Also might wanna play around with dmtxread parameters to make decoding easier (e.g --symbol-size or --shrink).

@monperrus
Copy link
Author

Thanks for your answer.

On the image above:

  • dmtxread -s 144x144 also finds only 9 matrices
  • dmtxread -s 144x144 --shrink 2 completely fails and gives no result.

Try adding some clearance between individual dmtx tags.

I'll try!

@subeiammar
Copy link

subeiammar commented Apr 17, 2020

Try adding some clearance between individual dmtx tags.

I misunderstood your 144x144 tags as small tags that weren't spaced out. My bad.

Running dmtxread -D creates a copy of your image with diagnostic data. I'm not exactly sure how to read the diagnostics info, but it might actually be a spacing issue. This is what I got (had to pass -N9 for dmtxread to return):
debug

@monperrus
Copy link
Author

monperrus commented Apr 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants