EddyTheCo / qrCode

QRCode C++/QML methods
https://eddytheco.github.io/qrCode/
GNU General Public License v3.0
0 stars 1 forks source link

does not decode qrcodes on dark background #66

Closed EddyTheCo closed 6 months ago

EddyTheCo commented 8 months ago

It seems the decoder of opencv does not decode on a dark background with a bright QRCODE. We need to try other decoders or open an issue on opencv.

EddyTheCo commented 8 months ago

this could also be related to the camera image being converted to a grayscale image before passing it to the decoder.

EddyTheCo commented 6 months ago

Fixed in #73