-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support inverted qr-codes #36
Labels
Comments
Thank you for pointing this out. However, we will not include this fix ourselfes. We will update to the newest zxing version is they choose to fix this. |
Totally understandable, thanks for the reply. |
If I understand is correctly this should be fixed. We will need to take a look again. |
Fixed via 1144caa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The app does not recognize inverted qr-codes: those with light foreground color on a dark background.
There is a discussion open about this in the zxing issue tracker, at zxing/zxing#194
Some apps solved the issue by processing the frame twice themselves, like dm77/barcodescanner#265 or freeotp/freeotp-android#192
But I think the library should provide this option itself.
Ciao,
Antonio
The text was updated successfully, but these errors were encountered: