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

Add support for micro QR-Code #121

Open
mgoutelle opened this issue Dec 16, 2021 · 3 comments
Open

Add support for micro QR-Code #121

mgoutelle opened this issue Dec 16, 2021 · 3 comments

Comments

@mgoutelle
Copy link

Hello,
Would you be willing to add support for micro QR-code?
https://www.qrcode.com/en/codes/microqr.html
Regards,

@dlbeer
Copy link
Owner

dlbeer commented Dec 17, 2021 via email

@mgoutelle
Copy link
Author

That's was also my feeling looking at the code. Currently, inspect shows that the finder pattern is found. What I was unsure about is the difficulty to change the behaviour afterwards...

@lessthanoptimal
Copy link

So I just adapted a QR Code reader to detect Micro QR Codes in a different library. Looking at a change log it took about a week to do it over winter break. Modifying the original QR detector was fairly easy as it now just treats every finder pattern as a possible marker and tries to decode it in 4-different orientations. After that a lot of it could be coded up using a regular QR code as a starting point.

Can't say for sure if this experience will translate to Quirc, but most of the hard problem solving had been done and it's mostly going through the motions.

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

3 participants