diff --git a/runner17/Release/smokeBox.exe b/runner17/Release/smokeBox.exe index 7a4c9a1..dca1a93 100644 Binary files a/runner17/Release/smokeBox.exe and b/runner17/Release/smokeBox.exe differ diff --git a/src/CategoryMatcher.cpp b/src/CategoryMatcher.cpp index c0ae83b..b13bcd3 100644 --- a/src/CategoryMatcher.cpp +++ b/src/CategoryMatcher.cpp @@ -76,7 +76,9 @@ bool CategoryMatcher::smokeMatch(const QString& typeNo, const cv::Mat& inputMat, ILImagePtr ilImgGray(__uuidof(LImage)); cv::Mat imgMatGray; ensureGrayImg(inputMat, imgMatGray); + qDebug() << "ensureGrayImg OK!"; ilImgGray->SetImageData(imgMatGray.cols, imgMatGray.rows, (void*)imgMatGray.data, imgMatGray.step, 0); + qDebug() << "LPV SetImageData OK!"; std::pair> templateLevelAndvecMatchRltPtr; bool bRlt = smokeMatch(typeNo, ilImgGray, templateLevelAndvecMatchRltPtr); drawImage(imgMatGray, rltMat, templateLevelAndvecMatchRltPtr); @@ -92,6 +94,7 @@ bool CategoryMatcher::smokeMatch(const QString& typeNo, const ILImagePtr ilImgPt QString folderPath = QString("%1\\%2").arg(templateImgFolderPath).arg(typeNo); if (getTemplateImgFileInfo(folderPath, templateObj)) { + qDebug() << "Get TemplateImg OK!"; QVector vecMatchSroreMax; ILMatchResultsPtr matchResultsPtr; QList keys = templateObj.uniqueKeys(); diff --git a/src/CategoryMatcher.h b/src/CategoryMatcher.h index f93b9ef..dc0ba25 100644 --- a/src/CategoryMatcher.h +++ b/src/CategoryMatcher.h @@ -24,7 +24,7 @@ -typedef QMap > TemplateObject; +typedef QMap > TemplateObject; //> struct MatchParam { diff --git a/src/SmokeBoxIdentification.cpp b/src/SmokeBoxIdentification.cpp index 5e5cd08..f79a5cd 100644 --- a/src/SmokeBoxIdentification.cpp +++ b/src/SmokeBoxIdentification.cpp @@ -205,17 +205,25 @@ Q_SLOT void SmokeBoxIdentification::onCapturedImage(const QVector& ve .arg(m_currtStockCheckInfo.stockNum).arg(m_currtStockCheckInfo.taskNum); for each (const ImageInfo& imgInfo in vecImageInfo) { + QString str = QString("Camera %1 Match Start ...").arg(imgInfo.cameraSn); + qDebug() << str; if (m_pCategoryMatcher->smokeMatch(typeNum, imgInfo.image, imgRltMat)) { + str = QString("Camera %1 Match successful!").arg(imgInfo.cameraSn); + qDebug() << str; bRlt = true; FileInfo fileInfo = imgInfo.saveImgInfo; QString fileName = QString("%1_%2_rlt%3").arg(fileInfo.strId) .arg(m_currtStockCheckInfo.smokeTypeNum).arg(fileInfo.suffix); QString filePath = QString("%1\\%2").arg(dataSaveFolder).arg(fileName); saveImage(imgRltMat, filePath); - qDebug() << "Match successful"; break; } + else + { + str = QString("Camera %1 Match Failed!").arg(imgInfo.cameraSn); + qWarning() << str; + } } if (!bRlt) { diff --git a/tpvs17/SmokeBoxIdentification/log/log-2023-11-22.log b/tpvs17/SmokeBoxIdentification/log/log-2023-11-22.log index fd757b2..3ff03f3 100644 --- a/tpvs17/SmokeBoxIdentification/log/log-2023-11-22.log +++ b/tpvs17/SmokeBoxIdentification/log/log-2023-11-22.log @@ -2262,3 +2262,204 @@ Debug | 2023-11-22 17:13:41 Debug | 2023-11-22 17:13:42 周三 | init CategoryMatcher successed Debug | 2023-11-22 17:13:44 周三 | delete netControl Debug | 2023-11-22 17:13:44 周三 | delete netControl finished +Debug | 2023-11-22 19:36:00 周三 | Decode smokeInfo from "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\user\\smokeInfo.xlsx" successed +Debug | 2023-11-22 19:36:00 周三 | "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\templateNum" has not folder +Warning | 2023-11-22 19:36:00 周三 | QObject::moveToThread: Cannot move objects with a parent +Debug | 2023-11-22 19:36:00 周三 | ADModule load param successed +Debug | 2023-11-22 19:36:00 周三 | SensorsCom load param successed +Debug | 2023-11-22 19:36:00 周三 | Code scan load param successed +Debug | 2023-11-22 19:36:00 周三 | open "COM8" fail. +Debug | 2023-11-22 19:36:00 周三 | open "COM7" fail. +Debug | 2023-11-22 19:36:00 周三 | open "COM1" fail. +Warning | 2023-11-22 19:36:00 周三 | SerialNumber: "00J50359922" init failed +Warning | 2023-11-22 19:36:00 周三 | SerialNumber: "00J50359927" init failed +Warning | 2023-11-22 19:36:00 周三 | SerialNumber: "00J50359938" init failed +Warning | 2023-11-22 19:36:01 周三 | SerialNumber: "00J50359923" init failed +Warning | 2023-11-22 19:36:01 周三 | SerialNumber: "00J50359918" init failed +Warning | 2023-11-22 19:36:01 周三 | SerialNumber: "00J50359945" init failed +Debug | 2023-11-22 19:36:01 周三 | m_vecPCamera size: 0 +Debug | 2023-11-22 19:36:02 周三 | init CategoryMatcher successed +Warning | 2023-11-22 19:36:06 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:36:06 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:36:11 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:36:11 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:36:16 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:36:16 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:36:21 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:36:21 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:36:26 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:36:26 周三 | NetControl::onErrorHandler +Reconnecting ... +Debug | 2023-11-22 19:36:28 周三 | delete netControl +Debug | 2023-11-22 19:36:28 周三 | delete netControl finished +Debug | 2023-11-22 19:58:42 周三 | Decode smokeInfo from "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\user\\smokeInfo.xlsx" successed +Debug | 2023-11-22 19:58:42 周三 | "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\templateNum" has not folder +Warning | 2023-11-22 19:58:42 周三 | QObject::moveToThread: Cannot move objects with a parent +Debug | 2023-11-22 19:58:42 周三 | ADModule load param successed +Debug | 2023-11-22 19:58:42 周三 | SensorsCom load param successed +Debug | 2023-11-22 19:58:42 周三 | Code scan load param successed +Debug | 2023-11-22 19:58:42 周三 | open "COM1" fail. +Debug | 2023-11-22 19:58:42 周三 | open "COM8" fail. +Debug | 2023-11-22 19:58:42 周三 | open "COM7" fail. +Debug | 2023-11-22 19:58:42 周三 | "COM7 not found! open failed." +Warning | 2023-11-22 19:58:42 周三 | SerialNumber: "00J50359922" init failed +Warning | 2023-11-22 19:58:43 周三 | SerialNumber: "00J50359927" init failed +Warning | 2023-11-22 19:58:43 周三 | SerialNumber: "00J50359938" init failed +Warning | 2023-11-22 19:58:43 周三 | SerialNumber: "00J50359923" init failed +Warning | 2023-11-22 19:58:43 周三 | SerialNumber: "00J50359918" init failed +Warning | 2023-11-22 19:58:44 周三 | SerialNumber: "00J50359945" init failed +Debug | 2023-11-22 19:58:44 周三 | m_vecPCamera size: 0 +Debug | 2023-11-22 19:58:44 周三 | init CategoryMatcher successed +Warning | 2023-11-22 19:58:48 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:58:48 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:58:53 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:58:53 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:58:58 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:58:58 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:04 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:04 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:09 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:09 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:14 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:14 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:19 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:19 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:24 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:24 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:29 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:29 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:34 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:34 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:39 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:39 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:44 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:44 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:49 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:49 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 19:59:54 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 19:59:54 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:00 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:00 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:05 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:05 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:10 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:10 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:15 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:15 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:20 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:20 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:25 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:25 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:30 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:30 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:35 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:35 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:40 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:40 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:45 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:45 周三 | NetControl::onErrorHandler +Reconnecting ... +Warning | 2023-11-22 20:00:51 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:00:51 周三 | NetControl::onErrorHandler +Reconnecting ... +Debug | 2023-11-22 20:16:36 周三 | Decode smokeInfo from "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\user\\smokeInfo.xlsx" successed +Debug | 2023-11-22 20:16:36 周三 | "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\templateNum" has not folder +Warning | 2023-11-22 20:16:37 周三 | QObject::moveToThread: Cannot move objects with a parent +Debug | 2023-11-22 20:16:37 周三 | ADModule load param successed +Debug | 2023-11-22 20:16:37 周三 | SensorsCom load param successed +Debug | 2023-11-22 20:16:37 周三 | Code scan load param successed +Debug | 2023-11-22 20:16:37 周三 | open "COM8" fail. +Debug | 2023-11-22 20:16:37 周三 | open "COM7" fail. +Debug | 2023-11-22 20:16:37 周三 | open "COM1" fail. +Warning | 2023-11-22 20:16:37 周三 | SerialNumber: "00J50359922" init failed +Warning | 2023-11-22 20:16:37 周三 | SerialNumber: "00J50359927" init failed +Warning | 2023-11-22 20:16:37 周三 | SerialNumber: "00J50359938" init failed +Warning | 2023-11-22 20:16:37 周三 | SerialNumber: "00J50359923" init failed +Warning | 2023-11-22 20:16:38 周三 | SerialNumber: "00J50359918" init failed +Warning | 2023-11-22 20:16:38 周三 | SerialNumber: "00J50359945" init failed +Debug | 2023-11-22 20:16:38 周三 | m_vecPCamera size: 0 +Debug | 2023-11-22 20:16:38 周三 | init CategoryMatcher successed +Warning | 2023-11-22 20:16:43 周三 | NetControl::onErrorHandler +SOCKET ERROR: Connection refused +Debug | 2023-11-22 20:16:43 周三 | NetControl::onErrorHandler +Reconnecting ... +Debug | 2023-11-22 20:16:44 周三 | delete netControl +Debug | 2023-11-22 20:16:44 周三 | delete netControl finished +Debug | 2023-11-22 20:17:44 周三 | Decode smokeInfo from "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\user\\smokeInfo.xlsx" successed +Debug | 2023-11-22 20:17:44 周三 | "E:/Code/smokeboxidentification/tpvs17/../runner17/Release\\templateNum" has not folder +Warning | 2023-11-22 20:17:44 周三 | QObject::moveToThread: Cannot move objects with a parent +Debug | 2023-11-22 20:17:44 周三 | ADModule load param successed +Debug | 2023-11-22 20:17:44 周三 | SensorsCom load param successed +Debug | 2023-11-22 20:17:44 周三 | Code scan load param successed +Debug | 2023-11-22 20:17:44 周三 | open "COM1" fail. +Debug | 2023-11-22 20:17:44 周三 | open "COM1" fail. +Debug | 2023-11-22 20:17:44 周三 | open "COM8" fail. +Debug | 2023-11-22 20:17:44 周三 | open "COM7" fail. +Debug | 2023-11-22 20:17:44 周三 | "COM7 not found! open failed." +Warning | 2023-11-22 20:17:44 周三 | SerialNumber: "00J50359922" init failed +Warning | 2023-11-22 20:17:45 周三 | SerialNumber: "00J50359927" init failed +Warning | 2023-11-22 20:17:45 周三 | SerialNumber: "00J50359938" init failed +Warning | 2023-11-22 20:17:45 周三 | SerialNumber: "00J50359923" init failed +Warning | 2023-11-22 20:17:45 周三 | SerialNumber: "00J50359918" init failed +Warning | 2023-11-22 20:17:45 周三 | SerialNumber: "00J50359945" init failed +Debug | 2023-11-22 20:17:45 周三 | m_vecPCamera size: 0 +Debug | 2023-11-22 20:17:46 周三 | init CategoryMatcher successed +Debug | 2023-11-22 20:17:48 周三 | delete netControl +Debug | 2023-11-22 20:17:48 周三 | delete netControl finished diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/ADModule.obj b/tpvs17/SmokeBoxIdentification/x64/Release/ADModule.obj index f2cfb03..c5979e7 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/ADModule.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/ADModule.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/CameraControl.obj b/tpvs17/SmokeBoxIdentification/x64/Release/CameraControl.obj index 4d6e85d..3c9dc33 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/CameraControl.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/CameraControl.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/CategoryMatcher.obj b/tpvs17/SmokeBoxIdentification/x64/Release/CategoryMatcher.obj index 1c271d4..5a24bff 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/CategoryMatcher.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/CategoryMatcher.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/CodeScanStation.obj b/tpvs17/SmokeBoxIdentification/x64/Release/CodeScanStation.obj index 8bf8326..5a9c633 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/CodeScanStation.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/CodeScanStation.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/HikCamera.obj b/tpvs17/SmokeBoxIdentification/x64/Release/HikCamera.obj index f3fa111..450cb03 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/HikCamera.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/HikCamera.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/NetControl.obj b/tpvs17/SmokeBoxIdentification/x64/Release/NetControl.obj index a2039c2..43a25af 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/NetControl.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/NetControl.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/QNumTemplateBuild.obj b/tpvs17/SmokeBoxIdentification/x64/Release/QNumTemplateBuild.obj index 6aaf230..176fe06 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/QNumTemplateBuild.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/QNumTemplateBuild.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.command.1.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.command.1.tlog index a6f9ad2..9a1ee69 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.command.1.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.command.1.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.read.1.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.read.1.tlog index f56cb2c..fc9a65b 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.read.1.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.read.1.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.write.1.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.write.1.tlog index bee30a9..4fa1917 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.write.1.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/CL.write.1.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/SmokeBoxIdentification.write.1u.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/SmokeBoxIdentification.write.1u.tlog index 42dd2c9..1b2ddb1 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/SmokeBoxIdentification.write.1u.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/SmokeBoxIdentification.write.1u.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.command.1.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.command.1.tlog index bfc7415..e617e74 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.command.1.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.command.1.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.read.1.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.read.1.tlog index 10b0527..6fb26da 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.read.1.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.read.1.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.write.1.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.write.1.tlog index b56dd5f..9481bea 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.write.1.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/link.write.1.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.read.1u.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.read.1u.tlog index 7384a4c..3dc6710 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.read.1u.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.read.1u.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.write.1u.tlog b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.write.1u.tlog index 260d6bd..8c1a1db 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.write.1u.tlog and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBox.B12702AD.tlog/moc.write.1u.tlog differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.log b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.log index 643553b..d579fd0 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.log +++ b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.log @@ -1,12 +1,39 @@ -锘 Moc'ing ..\..\src\SmokeBoxIdentification.h... +锘 Uic'ing QNumTemplateBuild.ui... + Uic'ing SmokeBoxIdentification.ui... + Rcc'ing SmokeBoxIdentification.qrc... + Moc'ing ..\..\src\ADModule.h... + Moc'ing ..\..\src\Camera.h... + Moc'ing ..\..\src\CameraControl.h... + Moc'ing ..\..\src\CategoryMatcher.h... + Moc'ing ..\..\src\CodeScanStation.h... + Moc'ing ..\..\src\QNumTemplateBuild.h... + Moc'ing ..\..\src\SmokeBoxIdentification.h... + Moc'ing ..\..\src\NetControl.h... + Moc'ing ..\..\src\lpSerialStation.h... + Moc'ing ..\..\src\HikCamera.h... + RCC: Warning: No resources in 'E:\Code\smokeboxidentification\tpvs17\SmokeBoxIdentification\SmokeBoxIdentification.qrc'. + ADModule.cpp +e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 + e:\code\smokeboxidentification\src\common\commondefine.h(25): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 + CameraControl.cpp + CategoryMatcher.cpp + CodeScanStation.cpp + log.cpp + HikCamera.cpp + lpSerialStation.cpp main.cpp e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 e:\code\smokeboxidentification\src\common\commondefine.h(25): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 + NetControl.cpp + QNumTemplateBuild.cpp +e:\code\smokeboxidentification\src\common\commondefine.h(25): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 + e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 SmokeBoxIdentification.cpp e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 e:\code\smokeboxidentification\src\common\commondefine.h(25): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 姝e湪鐢熸垚浠g爜... -e:\code\smokeboxidentification\src\smokeboxidentification.cpp(626): warning C4715: 鈥::operator()鈥: 涓嶆槸鎵鏈夌殑鎺т欢璺緞閮借繑鍥炲 +e:\code\smokeboxidentification\src\smokeboxidentification.cpp(639): warning C4715: 鈥::operator()鈥: 涓嶆槸鎵鏈夌殑鎺т欢璺緞閮借繑鍥炲 + qrc_SmokeBoxIdentification.cpp moc_ADModule.cpp e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 e:\code\smokeboxidentification\src\common\commondefine.h(25): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 @@ -14,15 +41,15 @@ e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): war moc_CameraControl.cpp moc_CategoryMatcher.cpp moc_CodeScanStation.cpp - moc_HikCamera.cpp - moc_NetControl.cpp moc_QNumTemplateBuild.cpp e:\code\smokeboxidentification\src\common\commondefine.h(25): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 moc_SmokeBoxIdentification.cpp e:\code\smokeboxidentification\src\numstatisticalgo\datapreprocessing.h(17): warning C4005: 鈥淭YPE_TEMPLATE_PATH鈥: 瀹忛噸瀹氫箟 e:\code\smokeboxidentification\src\common\commondefine.h(25): note: 鍙傝鈥淭YPE_TEMPLATE_PATH鈥濈殑鍓嶄竴涓畾涔 + moc_NetControl.cpp moc_lpSerialStation.cpp + moc_HikCamera.cpp 姝e湪鐢熸垚浠g爜... numStatisticAlgo.lib(dataPreProcessing.obj) : 鎵惧埌 MSIL .netmodule 鎴栦娇鐢 /GL 缂栬瘧鐨勬ā鍧楋紱姝e湪浣跨敤 /LTCG 閲嶆柊鍚姩閾炬帴锛涘皢 /LTCG 娣诲姞鍒伴摼鎺ュ懡浠よ浠ユ敼杩涢摼鎺ュ櫒鎬ц兘 姝e湪鐢熸垚浠g爜 diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.obj b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.obj index 269ea86..8413016 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/SmokeBoxIdentification.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/log.obj b/tpvs17/SmokeBoxIdentification/x64/Release/log.obj index 77f1ba2..b957b6d 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/log.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/log.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpSerialStation.obj b/tpvs17/SmokeBoxIdentification/x64/Release/lpSerialStation.obj index 73dbc92..a8a981d 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/lpSerialStation.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/lpSerialStation.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tlh b/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tlh index 3b69f41..b158aeb 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tlh +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tlh @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvCore.tlh // // C++ source equivalent of Win32 type library c34b3e9e-6dea-4aa9-b500-0266f90dc15f -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! #pragma once #pragma pack(push, 8) diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tli b/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tli index 7159525..e72fa04 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tli +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvCore.tli @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvCore.tli // // Wrapper implementations for Win32 type library c34b3e9e-6dea-4aa9-b500-0266f90dc15f -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! #pragma once diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tlh b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tlh index 9ed21a5..73639b9 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tlh +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tlh @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvGeom.tlh // // C++ source equivalent of Win32 type library 8955aafb-4602-4d6a-a888-69d1437c4d2b -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! // // Cross-referenced type libraries: diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tli b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tli index ffe3c86..bce2ed4 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tli +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeom.tli @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvGeom.tli // // Wrapper implementations for Win32 type library 8955aafb-4602-4d6a-a888-69d1437c4d2b -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! #pragma once diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tlh b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tlh index 898478c..32f8dc3 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tlh +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tlh @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvGeomX.tlh // // C++ source equivalent of Win32 type library 02517f91-b197-4cd5-a1b5-92d1da6ca9ce -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! // // Cross-referenced type libraries: diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tli b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tli index 8379681..14a358a 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tli +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvGeomX.tli @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvGeomX.tli // // Wrapper implementations for Win32 type library 02517f91-b197-4cd5-a1b5-92d1da6ca9ce -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! #pragma once diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tlh b/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tlh index eed7bde..254aa27 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tlh +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tlh @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvPat.tlh // // C++ source equivalent of Win32 type library 799860e5-cec7-4d65-9c62-a93320c0f60a -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! // // Cross-referenced type libraries: diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tli b/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tli index 3a81d79..785252d 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tli +++ b/tpvs17/SmokeBoxIdentification/x64/Release/lpvPat.tli @@ -3,7 +3,7 @@ // e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvPat.tli // // Wrapper implementations for Win32 type library 799860e5-cec7-4d65-9c62-a93320c0f60a -// compiler-generated file created 11/22/23 at 17:12:18 - DO NOT EDIT! +// compiler-generated file created 11/22/23 at 21:55:41 - DO NOT EDIT! #pragma once diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/main.obj b/tpvs17/SmokeBoxIdentification/x64/Release/main.obj index dd4d7eb..e7f29b1 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/main.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/main.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_ADModule.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_ADModule.obj index 1d53e52..aa59083 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_ADModule.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_ADModule.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_Camera.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_Camera.obj index 59f1e18..c4cca14 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_Camera.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_Camera.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_CameraControl.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_CameraControl.obj index d046aa8..975cbbc 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_CameraControl.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_CameraControl.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_CategoryMatcher.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_CategoryMatcher.obj index 05fe3ea..2d8409e 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_CategoryMatcher.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_CategoryMatcher.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_CodeScanStation.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_CodeScanStation.obj index 824e550..13df793 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_CodeScanStation.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_CodeScanStation.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_HikCamera.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_HikCamera.obj index 9140a33..2246430 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_HikCamera.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_HikCamera.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_NetControl.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_NetControl.obj index f8dfcd6..221bfba 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_NetControl.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_NetControl.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_QNumTemplateBuild.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_QNumTemplateBuild.obj index c120c21..dd4b001 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_QNumTemplateBuild.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_QNumTemplateBuild.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_SmokeBoxIdentification.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_SmokeBoxIdentification.obj index e92522b..e53562d 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_SmokeBoxIdentification.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_SmokeBoxIdentification.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/moc_lpSerialStation.obj b/tpvs17/SmokeBoxIdentification/x64/Release/moc_lpSerialStation.obj index 8a44d37..4283575 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/moc_lpSerialStation.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/moc_lpSerialStation.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/qrc_SmokeBoxIdentification.obj b/tpvs17/SmokeBoxIdentification/x64/Release/qrc_SmokeBoxIdentification.obj index 1c470f8..4383893 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/qrc_SmokeBoxIdentification.obj and b/tpvs17/SmokeBoxIdentification/x64/Release/qrc_SmokeBoxIdentification.obj differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/qt_work.log b/tpvs17/SmokeBoxIdentification/x64/Release/qt_work.log index 6fd6938..c363b28 100644 Binary files a/tpvs17/SmokeBoxIdentification/x64/Release/qt_work.log and b/tpvs17/SmokeBoxIdentification/x64/Release/qt_work.log differ diff --git a/tpvs17/SmokeBoxIdentification/x64/Release/smokeBox.Build.CppClean.log b/tpvs17/SmokeBoxIdentification/x64/Release/smokeBox.Build.CppClean.log index 1c02552..01c68df 100644 --- a/tpvs17/SmokeBoxIdentification/x64/Release/smokeBox.Build.CppClean.log +++ b/tpvs17/SmokeBoxIdentification/x64/Release/smokeBox.Build.CppClean.log @@ -1,14 +1,3 @@ -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokeboxidentification.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\qnumtemplatebuild.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\netcontrol.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\main.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpserialstation.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\hikcamera.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\log.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\codescanstation.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\categorymatcher.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\cameracontrol.obj -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\admodule.obj e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_hikcamera.obj e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_lpserialstation.obj e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_netcontrol.obj @@ -20,17 +9,19 @@ e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_cam e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_camera.obj e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_admodule.obj e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\qrc_smokeboxidentification.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokeboxidentification.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\qnumtemplatebuild.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\main.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\admodule.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpserialstation.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\log.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\netcontrol.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\hikcamera.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\codescanstation.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\categorymatcher.obj +e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\cameracontrol.obj e:\code\smokeboxidentification\runner17\release\smokebox.exe -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_admodule.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_camera.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_cameracontrol.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_categorymatcher.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_codescanstation.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_qnumtemplatebuild.cpp e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_smokeboxidentification.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_netcontrol.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_lpserialstation.cpp -e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_hikcamera.cpp e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\qrc_smokeboxidentification.cpp e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_qnumtemplatebuild.h e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_smokeboxidentification.h