1、相机参数有效性控制bug;
2、相机看板图像大小调整;
3、工程的realease模式修复;
This commit is contained in:
tangchao0503
2026-03-24 14:54:48 +08:00
parent 2cf86df608
commit ae07b9c19e
7 changed files with 221 additions and 168 deletions

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <QDialog>
@ -41,6 +41,7 @@ private Q_SLOTS:
private:
void updateIntegrationTimeRange(double frameRate);
void updateFramerateRange(double integrationTime);
double m_frameRateLimit = 150;//相机的最大帧率限制为250fps
Ui::HyperImagerControl ui;
};