ftylitak / qzxing

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

QZXingFilter orientation support #207

Closed ftylitak closed 3 years ago

ftylitak commented 3 years ago

Add support to QZXingFilter orientation respect. Each frame, before it is decoded, it is first rotated based on the orientation info (if needed).

Thanks to @Eism for making the code suggestion, @DenPonomarchuk and @MichaelSavchenko67 for bringing the issue back to the foreground and testing it.

resolves #204 and #120