From eac09d5e8efaadf30be33a83da15f8b709992dd1 Mon Sep 17 00:00:00 2001 From: tangchao Date: Thu, 24 Feb 2022 17:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E6=9B=9D=E5=85=89?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/calibration_console/Source_Files/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/othersoft/calibration_console/Source_Files/main.cpp b/othersoft/calibration_console/Source_Files/main.cpp index bc0b805..ace785d 100644 --- a/othersoft/calibration_console/Source_Files/main.cpp +++ b/othersoft/calibration_console/Source_Files/main.cpp @@ -110,6 +110,11 @@ int main(int argc, char *argv[]) logout("
AutoExpose!"); m_FiberSpectrometer->autoExpose(); + int iExposureTime; + m_FiberSpectrometer->getExposureTime(iExposureTime); + + message="
ExposureTime: " + QString::number(iExposureTime) + ""; + logout(message); //程序sleep:等待关闭快门 message="
Please close the lamp in " + QString::number(query.sleepTimeinSecond) + "s!"; @@ -131,6 +136,7 @@ int main(int argc, char *argv[]) m_FiberSpectrometer->recordTarget(query.averageTimes, query.calFileOutputDirectory); //准备定标文件数据 + logout("
readAndResample_StandardLightFile!"); DeviceAttribute deviceAttribute; DeviceInfo deviceInfo; m_FiberSpectrometer->getDeviceAttribute(deviceAttribute);