Skip to content

Fix freezes for QZXing on Android with Qt 6.5#236

Open
dedkovd wants to merge 1 commit intoftylitak:masterfrom
dedkovd:qt6.5-freezes-fix
Open

Fix freezes for QZXing on Android with Qt 6.5#236
dedkovd wants to merge 1 commit intoftylitak:masterfrom
dedkovd:qt6.5-freezes-fix

Conversation

@dedkovd
Copy link
Copy Markdown

@dedkovd dedkovd commented May 2, 2023

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.

Workaround for QTBUG-97789 (https://bugreports.qt.io/browse/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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant