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

Fix freezes for QZXing on Android with Qt 6.5 #236

Open dedkovd opened 1 year ago

dedkovd commented 1 year ago

Workaround for QTBUG-97789 might cause extreamly freezes when scanning codes on some devices. Freezes are caused by calling map() method of QVideoFrame object. However, in Qt 6.5.0, the problem described in the QTBUG-97789 is not reproduced, so the workaround is no longer necessary.