添加了开始计时后 立即采集的修改

This commit is contained in:
2022-08-11 13:29:47 +08:00
committed by xin
parent 5e141a1aad
commit befee3c91f
6 changed files with 49 additions and 3 deletions

View File

@ -679,9 +679,11 @@ int ZZ_ATPControl_Serial_Qt::SetExposureTime(int iExposureTimeInMS)
if ((ZZ_U8)qbRecv[0] != 0)
{
qDebug() << "Err:SetExposureTime Failed.Exit Code:1";
//return 1;
}
return 0;
}