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

Commits on May 2, 2023

  1. Fix freezes for QZXing on Android with Qt 6.5

    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.
    dedkovd committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7b131d3 View commit details
    Browse the repository at this point in the history