Merge remote-tracking branch 'origin/zhangzhuo'

This commit is contained in:
2022-02-17 18:05:32 +08:00
2 changed files with 12 additions and 4 deletions

View File

@ -201,7 +201,7 @@ int ZZ_ATPControl_Serial_Qt::GetDeviceAttribute(DeviceAttribute &Attr)
if (iRes != 0)
{
qDebug() << "Err:GetDeviceAttribute Failed,Call SetExposureTime error.Exit Code:2";
return 2;
//return 2;
}
iRes = SingleShot(m_daDeviceAttr.iPixels);
if (iRes != 0)