小转盘基本都能出列

This commit is contained in:
2025-03-10 17:18:45 +08:00
parent 0314f4d403
commit e7736217db
17 changed files with 6712 additions and 299 deletions

View File

@ -1,5 +1,5 @@
using System.ComponentModel;
using System.Drawing.Imaging;
using DH.Commons.Enums;
using DVPCameraType;
using OpenCvSharp;
@ -21,8 +21,12 @@ namespace DH.Devices.Camera
public string SerialNumber { get; set; } = string.Empty;
public string CameraName { get; set; } = string.Empty;
public dvpStreamFormat dvpStreamFormat = dvpStreamFormat.S_RGB24;
public string CameraIP { get; set; } = string.Empty;
public string ComputerIP { get; set; } = string.Empty;
// public StreamFormat dvpStreamFormat = dvpStreamFormat.;
public dvpStreamFormat dvpStreamFormat = dvpStreamFormat.S_RGB24;
[Category("采图模式")]
[Description("是否传感器直接硬触发。true传感器硬触发不通过软件触发false通过软件触发IO 的硬触发模式")]
[DisplayName("是否传感器直接硬触发")]