This commit is contained in:
2025-10-20 22:28:37 +08:00
parent eeb5af98eb
commit 7d148d79c9
429 changed files with 13624 additions and 586480 deletions

View File

@@ -13,7 +13,7 @@ P10_IntelligentPage::P10_IntelligentPage(QWidget *parent) :
ui->setupUi(this);
#if CONFIG_EN_RTSP //开启 RTSP 读取
m_rtspPlayer = new RtspPlayer(this);// 初始化RTSP播放器父对象绑定避免内存泄漏
QTimer::singleShot(10, this, &P10_IntelligentPage::WinInit); // 调用初始化函数
QTimer::singleShot(1000, this, &P10_IntelligentPage::WinInit); // 调用初始化函数
#endif
}