Denis V. Dedkov

Results 2 issues of Denis V. Dedkov

Sometimes, when page with active scanner closes, QZXingFilter is still processing frame but that frame has already been removed with QVideoSink. So, application may be crashed. Qt::QueuedConnection fixes this problem.

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...