-
Notifications
You must be signed in to change notification settings - Fork 30
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 QR Model 2 #253
Comments
The barcode support for this app comes from the zxing-android-embedded project, which in turn pulls from the zxing project. If the upstream zxing project were to add support and zxing-android-embedded were to pick it up, I'd gladly add support. Currently this app uses the latest release of zxing-android-embedded. I encourage you to verify with the zxing test app here that it indeed does not support QR code v2. If it does not, kindly add a request to that project. If it does actually have support, let me know and I can help see if it is the zxing-android-embedded project which is missing support. |
@brarcher - I did try scanning these mode 1 & 2 QR codes with the xzing app, and they read just fine. It looks like zxing library does support QR model 2 by passing a Map hints with "QR_VERSION": |
Oh, that sounds promising then. Thanks for looking into that. So, what you are looking for is the app displaying QR model 2 codes. I think this is doable. I'll need to see how best to support it, as there currently is no plumbing in the app for hints. Questions:
|
I have a couple cards that use model 2 QR codes, but it looks like the app only generates model 1 codes. They typically work, but some scanners a flakey and really seem to want that model 2 image.
Supposedly model 2 has better support for curved surfaces and distorted images, along with more data capacity (but we likely don't care about huge data payload).
http://www.qrcode.com/en/codes/model12.html
The text was updated successfully, but these errors were encountered: