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

can't read needled data qr/matrix code (application in the field of industry) #293

Open
JaOe7536 opened this issue Apr 23, 2020 · 12 comments · May be fixed by #380
Open

can't read needled data qr/matrix code (application in the field of industry) #293

JaOe7536 opened this issue Apr 23, 2020 · 12 comments · May be fixed by #380

Comments

@JaOe7536
Copy link

hi, I was wondering what would it take to make zxing-js able to read qr and data-matrix codes like the one below:

does someone has a similar case and want to coop for implementation?
thanks, jacob

@odahcam
Copy link
Member

odahcam commented Apr 25, 2020

Have you found any lib in any language capable of reading that?

@JaOe7536
Copy link
Author

Have you found any lib in any language capable of reading that?

not yet, but wouldn't it great to be the first? ;)

@odahcam
Copy link
Member

odahcam commented Apr 27, 2020

Sure it would be nice, haha. We can read some pretty strange QR codes, maybe with some configuration the lib can handle these too.

@JaOe7536
Copy link
Author

Sure it would be nice, haha. We can read some pretty strange QR codes, maybe with some configuration the lib can handle these too.

I will try to get information from the makers of these qr codes, especially if they have thought about compatibility with code readers... ;)

@odahcam
Copy link
Member

odahcam commented Apr 28, 2020

Have you tried scanning them with the DataMatrixReader?

@JaOe7536
Copy link
Author

Have you tried scanning them with the DataMatrixReader?

I've tried it with the Multi-format (1D/2D) example - it seems that a code consisting of dots instead of squares does not get recognized.

@odahcam
Copy link
Member

odahcam commented Apr 28, 2020

What formats you choose for multi-format reader?

@JaOe7536
Copy link
Author

What formats you choose for multi-format reader?

just the live preview example (https://zxing-js.github.io/library/examples/multi-camera/), the initialization is the same as we would do it in our use cases

@odahcam
Copy link
Member

odahcam commented Apr 29, 2020

I tried the ZXing Angular Scanner demo and it couldn't read it in my Xiaomi Mi 9 SE.

@github-actions
Copy link

Stale issue message

@Backes89
Copy link

Is there any progress on this topic? I've got a case where we have DMC-codes which are "needled" in some sort. One rectangle in a DMC consists of 4 circles like in the picture below.
2020-08-12 15_11_31-Fotos

@odahcam
Copy link
Member

odahcam commented Oct 21, 2020

Hey! I did not investigate this issue yet, sorry.

@odahcam odahcam linked a pull request Dec 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment