Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix freezes for QZXing on Android with Qt 6.5 #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dedkovd
Copy link

@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