新增SV4000E视频卡的降噪功能,以及so7_config.ini降噪参数的设置。

This commit is contained in:
TAO Cheng
2014-03-07 15:51:13 +08:00
parent 7379e48b67
commit 4a66a20928
16 changed files with 528 additions and 186 deletions
@@ -155,7 +155,6 @@ struct s_so7_machine_interface_config
double _ShiftPositionX;
double _ShiftPositionY;
double _ShiftPositionZ;
INT m_CntThreadSleepVal;
char GetInterruptMsgMethod;
INT m_WriteDataSleepTime;
INT m_AccuraErrPulseX;
@@ -164,6 +163,8 @@ struct s_so7_machine_interface_config
INT m_EQUIDIS_X;
INT m_EQUIDIS_Y;
INT m_EQUIDIS_Z;
INT m_SDK3000_CntThreadSleepVal;
INT m_SV4000E_DenoisePara[4];
INT m_MachineType;
INT m_VideoCardType;
};