From 1158ea5712e5ea86df3c9bb04399651a601822bc Mon Sep 17 00:00:00 2001 From: tangchao Date: Mon, 21 Mar 2022 14:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=94=E5=9B=9E=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E6=9B=9D=E5=85=89=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=9A=E5=BE=AE=E7=A7=92=20=E2=86=92=20=E6=AF=AB=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/calibration_console/Source_Files/library.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/othersoft/calibration_console/Source_Files/library.cpp b/othersoft/calibration_console/Source_Files/library.cpp index 3386b35..45173d6 100644 --- a/othersoft/calibration_console/Source_Files/library.cpp +++ b/othersoft/calibration_console/Source_Files/library.cpp @@ -468,7 +468,7 @@ int OceanOptics_lib::GetDeviceAttribute(DeviceAttribute &Attr) long minimum_time; minimum_time = seabreeze_get_min_integration_time_microsec(m_iSpectralmeterHandle, &error); - Attr.iMinIntegrationTimeInMS = minimum_time; + Attr.iMinIntegrationTimeInMS = minimum_time/1000; Attr.iMaxIntegrationTimeInMS = 60000; if (spec_length > 0) {