修改保存相机原图和保存结果图命名一致

This commit is contained in:
2025-04-11 11:09:55 +08:00
parent f9d472295b
commit 428896dbf8
6 changed files with 33 additions and 18 deletions

View File

@ -368,7 +368,7 @@ namespace DH.Devices.Camera
throw new NotSupportedException($"Unsupported pixel type: {pFrameInfo.enPixelType}");
}
OnHImageOutput?.Invoke(DateTime.Now, this, cvImage);
//OnHImageOutput?.Invoke(DateTime.Now, this, cvImage);
}
catch (Exception ex)