修改保存相机原图和保存结果图命名一致
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection.Metadata;
|
||||
using System.Xml.Linq;
|
||||
@ -372,7 +373,9 @@ namespace DH.Devices.Camera
|
||||
|
||||
};
|
||||
InitialImageSet(imageSet);
|
||||
OnHImageOutput?.Invoke(DateTime.Now, this, smat);
|
||||
|
||||
var outImgSet = CopyImageSet(imageSet);
|
||||
OnHImageOutput?.Invoke(DateTime.Now, this, outImgSet);
|
||||
|
||||
//存图
|
||||
DisplayAndSaveOriginImage(imageSet.Id,SnapshotCount);
|
||||
|
Reference in New Issue
Block a user