From ebcc1d53f14112363bbf539bcaf0202aadcdc9d7 Mon Sep 17 00:00:00 2001
From: C3032 <1057644574@qq.com>
Date: 星期一, 13 四月 2026 12:58:58 +0800
Subject: [PATCH] 2D取图计数功能完成
---
LB_VisionProcesses/Cameras/2DCameraForm.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/LB_VisionProcesses/Cameras/2DCameraForm.cs b/LB_VisionProcesses/Cameras/2DCameraForm.cs
index 5aabcf7..2409faf 100644
--- a/LB_VisionProcesses/Cameras/2DCameraForm.cs
+++ b/LB_VisionProcesses/Cameras/2DCameraForm.cs
@@ -78,7 +78,7 @@
UserPictureBox onlinePictureBox { get; set; }
private System.Windows.Forms.Timer updateTimer;
- Total total = new Total { iImageCount = 0, iScanCount = 0 };
+ Total total = new Total { iImageCount = 0, iScanCount = 0, ImagesPerTyre = 1 };
DateTime startGrabtime = DateTime.Now;
// 鍔ㄦ�佹坊鍔犵殑澧炵泭涓嬫媺妗�
--
Gitblit v1.9.3