fix(media): fix backboard camera display and mdns connection."
This commit is contained in:
@@ -232,7 +232,7 @@ void FFmpegDecoder::run()
|
||||
labelSize = currentVideoLabel->size();
|
||||
}
|
||||
mutex.unlock();
|
||||
qWarning() << "-------currentVideoLabel";
|
||||
//qWarning() << "-------currentVideoLabel";
|
||||
QImage img = avFrameToQImage(frame);
|
||||
QImage scaledImage = img.scaled(labelSize, Qt::KeepAspectRatio, Qt::SmoothTransformation);
|
||||
//currentVideoLabel->setPixmap(QPixmap::fromImage(scaledImage));
|
||||
|
||||
Reference in New Issue
Block a user