From ba66f60f631e17251f3c0c5fd60bb03986587c96 Mon Sep 17 00:00:00 2001 From: tangchao Date: Mon, 21 Mar 2022 09:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Datp=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E6=9B=9D=E5=85=89=E4=B8=BA6ms=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C10ms=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../calibration_console/Source_Files/ATPControl_Serial_QT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/othersoft/calibration_console/Source_Files/ATPControl_Serial_QT.cpp b/othersoft/calibration_console/Source_Files/ATPControl_Serial_QT.cpp index 551cd14..586339f 100644 --- a/othersoft/calibration_console/Source_Files/ATPControl_Serial_QT.cpp +++ b/othersoft/calibration_console/Source_Files/ATPControl_Serial_QT.cpp @@ -200,7 +200,7 @@ int ZZ_ATPControl_Serial_Qt::GetDeviceAttribute(DeviceAttribute &Attr) int iTempExpTime = 0; GetExposureTime(iTempExpTime); - iRes = SetExposureTime(m_daDeviceAttr.iMinIntegrationTimeInMS); + iRes = SetExposureTime(10); if (iRes != 0) { qDebug() << "Err:GetDeviceAttribute Failed,Call SetExposureTime error.Exit Code:2";