From a68073a77792dc96cecbfb79693d531bc51ebbac Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 08 八月 2025 18:01:35 +0800
Subject: [PATCH] 1. 修复保存图片分配率问题 2. 修复获取相机配置的问题 3. 添加侧面检的视觉模块
---
EdgeInspector_App/Process/ThreadControl.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/EdgeInspector_App/Process/ThreadControl.h b/EdgeInspector_App/Process/ThreadControl.h
index 53a32be..e8ed8cd 100644
--- a/EdgeInspector_App/Process/ThreadControl.h
+++ b/EdgeInspector_App/Process/ThreadControl.h
@@ -1,4 +1,4 @@
-#pragma once
+锘�#pragma once
#define MAX_THREAD 1
@@ -31,7 +31,7 @@
virtual ~CInspectThread();
void SetWorker(IThreadWorker *pWorker){m_pWorker= pWorker;}
- BOOL StartThreadLoop(int iThread); // 檬扁
+ BOOL StartThreadLoop(int iThread); // 妾墎
void StartThreadWork(){m_bWorking= TRUE;}
void StopThread();
@@ -60,8 +60,8 @@
class CThreadControl : IThreadWorker
{
- int m_nThreadLoop; // 积己等 Thread Count
- int m_nWorkingThread; // 悼累[累诀]阑 矫累茄 Thread Count
+ int m_nThreadLoop; // 绉繁绛� Thread Count
+ int m_nWorkingThread; // 鎮肩疮[绱瘈]闃� 鐭疮鑼� Thread Count
CInspectThread *m_pThread;
IThreadWorker *m_pThreadWorker;
@@ -75,11 +75,11 @@
public:
- // 1. Thread 磊眉狼 积己苞 家戈俊 包咯.
+ // 1. Thread 纾婄湁鐙� 绉繁鑻� 瀹舵垐淇� 鍖呭挴.
int InitThreadControl(int nThread, IThreadWorker* pThreadWorker);
BOOL ReleaseThreadControl();
- // 2. Thread Loop 救俊辑 累诀狼 瘤矫 咯何父 牧飘费
+ // 2. Thread Loop 鏁戜繆杈� 绱瘈鐙� 鐦ょ煫 鍜綍鐖� 鐗ч璐�
int StartThreadControl();
void StopThreadControl();
--
Gitblit v1.9.3