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 {