From fb292e567be74f439e93f39dfe9199d68e4ca7fd Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Mon, 11 Dec 2023 12:14:36 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=8B=8D=E7=85=A7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.Controls/CameraTemplate.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Rs.Controls/CameraTemplate.cs b/Rs.Controls/CameraTemplate.cs index 103f99e..2b26b00 100644 --- a/Rs.Controls/CameraTemplate.cs +++ b/Rs.Controls/CameraTemplate.cs @@ -274,6 +274,7 @@ namespace Rs.MotionPlat bGrabContinue = false; if (CustomDefineGrabEvent!=null) { + bGrab = true; CustomDefineGrabEvent?.Invoke(); LoadImage(); }