更新遥控器画面

This commit is contained in:
2025-10-10 17:44:10 +08:00
parent faf921afc7
commit 945dadc8e8
86 changed files with 14150 additions and 2607 deletions

View File

@@ -170,6 +170,8 @@ void P10_IntelligentPage::on_But_Reduce_clicked()
// 接收新视频帧转换为QPixmap并显示
void P10_IntelligentPage::onFrameReady(const QImage &frame)
{
if(gPageIndexStr != "P10")
return;
if (frame.isNull()) return; // 过滤空帧,避免无效操作
// 缩放帧图像保持宽高比填充Label平滑缩放