111
This commit is contained in:
		| @@ -30,7 +30,7 @@ namespace Check.Main.Camera | ||||
|     } | ||||
|  | ||||
|     /// <summary> | ||||
|     /// 相机配置信息类,用于PropertyGrid显示和编辑 | ||||
|     /// 相机配置信息类CameraSettings,用于PropertyGrid显示和编辑(****核心!****) | ||||
|     /// </summary> | ||||
|     public class CameraSettings : INotifyPropertyChanged, ICloneable | ||||
|     { | ||||
| @@ -39,8 +39,8 @@ namespace Check.Main.Camera | ||||
|  | ||||
|         private int _cameraIndex = 0; | ||||
|         private string _name = "Camera-1"; | ||||
|         private string _ipAddress = "192.168.1.100"; | ||||
|         private string _ipDeviceAddress = "192.168.1.101"; | ||||
|         private string _ipAddress = "169.254.51.253"; | ||||
|         private string _ipDeviceAddress = "169.254.51.45"; | ||||
|         private TriggerModeType _triggerMode = TriggerModeType.Continuous; | ||||
|         private bool _isEnabled = true; | ||||
|         private CheckType _checkType = CheckType.DeepLearning; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user