1. 配置文件:ximeadll加入 getBufferPolicy 和 getAcqBufferSize;
2. 增大内存池的大小,以便100帧写一次硬盘; 3. 增加ximea报错代码:10/11,将报错代码添加时间写入文件;
This commit is contained in:
@ -37,6 +37,9 @@ public:
|
||||
bool getGainOffset(float &gain, float &offset);
|
||||
bool getSN(QString &SN);
|
||||
|
||||
bool getBufferPolicy(int &bufferPolicy);
|
||||
bool getAcqBufferSize(int &acqBufferSize);
|
||||
|
||||
bool createConfigFile();
|
||||
bool updateConfigFile();
|
||||
|
||||
|
Reference in New Issue
Block a user