From b18479dacaa4dda37e428e6d3634198ca3acac1c Mon Sep 17 00:00:00 2001 From: lhiven <2366881222@qq.com> Date: Sat, 6 Jan 2024 15:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E7=9B=B8=E6=9C=BA=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=EF=BC=8C=E5=BC=B9=E6=A1=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=90=8E=E6=8E=A8=E5=87=BA=E8=BD=AF=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Commom/Ops.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Rs.SkyLine/Commom/Ops.cs b/Rs.SkyLine/Commom/Ops.cs index b2025f1..aadcf5b 100644 --- a/Rs.SkyLine/Commom/Ops.cs +++ b/Rs.SkyLine/Commom/Ops.cs @@ -67,7 +67,9 @@ namespace Rs.MotionPlat.Commom if (ceCode > ECameraErrorCode.Ok) { errNum++; - MessageQueue.Instance.Warn(ceCode.ToString()); + //MessageQueue.Instance.Warn(ceCode.ToString()); + Msg.ShowError("Camera open fail!!!"); + System.Environment.Exit(0); } else {