fix
1、相机参数有效性控制bug; 2、相机看板图像大小调整; 3、工程的realease模式修复;
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user