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

Micro QR decoder #323

Closed
ankitpriyarup opened this issue Apr 5, 2021 · 1 comment
Closed

Micro QR decoder #323

ankitpriyarup opened this issue Apr 5, 2021 · 1 comment

Comments

@ankitpriyarup
Copy link

I am trying to implement micro qr decode functionality in my unity project. I found this repository, https://github.com/GordonCox/ZXing-CSharp-MicroQR-Detector

Not sure how to use the MicroQRReader class though.

@micjahn
Copy link
Owner

micjahn commented Apr 7, 2021

This library here doesn't include MicroQR support. In my opinion you can't mix this ZXing.Net library here with the GordonCox branch. Perhaps you should look into the unit tests of the branch:
https://github.com/GordonCox/ZXing-CSharp-MicroQR-Detector/tree/master/Source/test/src/microqrcode
If you go through the tests with the debugger you possibly get an idea how to use that functionality.

@micjahn micjahn closed this as completed Apr 7, 2021
micjahn added a commit that referenced this issue Oct 3, 2021
* Update dimension ratio change to new location (updates DMRE PR #323) (#1350)

* Update dimension ratio change to new location

* changing threshold to 6

as discussed in #1350
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