ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
614 stars 338 forks source link

SberPay QR codes are never detected #242

Open Computershik73 opened 11 months ago

Computershik73 commented 11 months ago

Hello! SberPay QR codes cannot be recognized. What should be changed in the code to make it work? Printed NPCS QR codes are recognized well though. 3kl50PyUoqc

Computershik73 commented 11 months ago

Anyone alive here?

niqt commented 11 months ago

Do you use Android? Is the image not frozen? Qt5 or 6?

Computershik73 commented 10 months ago

Do you use Android? Is the image not frozen? Qt5 or 6?

Windows and Qt5.5.

Computershik73 commented 10 months ago

Anyone?

axxel commented 10 months ago

One reason why the symbol is not detected might be because it is mirrored. https://github.com/zxing-cpp/zxing-cpp detects it just fine, in case you want to give it a try. For Qt integration have a look at the Qt examples in https://github.com/zxing-cpp/zxing-cpp/tree/master/example.