| | |
| | | if (string.IsNullOrEmpty(CameraSN) || string.IsNullOrEmpty(CameraBrand)) |
| | | return; |
| | | |
| | | UserItem flow = new UserItem(new string[] { "运动控制", "刷新", "移除" }); |
| | | UserItem flow = new UserItem(new string[] { "运动控制", /*"刷新", "移除"*/ }); |
| | | flow.Name = CameraSN; |
| | | flow.Text = $"[{CameraBrand}]"; |
| | | if (item.Value.isGrabbing) |
| | |
| | | |
| | | if (GlobalVar.dicCameras.ContainsKey(name)) |
| | | { |
| | | MotionControlPage.MotionControlForm cameraForm = new MotionControlPage.MotionControlForm(GlobalVar.dicCameras[name]); |
| | | MotionControlFormRead cameraForm = new MotionControlPage.MotionControlFormRead(GlobalVar.dicCameras[name].SN); |
| | | cameraForm.Show(); |
| | | } |
| | | } |