mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-16 12:58:31 +00:00
Merge branch 'master' of https://github.com/ftylitak/qzxing
This commit is contained in:
commit
3e6d8a7e22
@ -191,6 +191,12 @@ static QImage* rgbDataToGrayscale(const uchar* data, const CaptureRect& captureR
|
||||
|
||||
void QZXingFilterRunnable::processVideoFrameProbed(SimpleVideoFrame & videoFrame, const QRect& _captureRect)
|
||||
{
|
||||
if (videoFrame.data.length() < 1) {
|
||||
qDebug() << "QZXingFilterRunnable: Buffer is empty";
|
||||
filter->decoding = false;
|
||||
return;
|
||||
}
|
||||
|
||||
static unsigned int i = 0; i++;
|
||||
// qDebug() << "Future: Going to process frame: " << i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user