This commit is contained in:
2025-10-20 14:47:17 +08:00
parent 2e46747ba9
commit 546b894e6b
16 changed files with 917 additions and 141 deletions

View File

@@ -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;