qzxing icon indicating copy to clipboard operation
qzxing copied to clipboard

Fix freezes for QZXing on Android with Qt 6.5

Open dedkovd opened this issue 2 years ago • 0 comments

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.

dedkovd avatar May 02 '23 09:05 dedkovd