细化接口内容

This commit is contained in:
2025-12-31 20:43:54 +08:00
parent 8cd36f44ac
commit 0534ddca75
5 changed files with 26 additions and 7 deletions

View File

@@ -377,6 +377,8 @@ public class HikVideoSource : BaseVideoSource,
Cv2.CvtColor(rawYuvWrapper, smartFrame.InternalMat, ColorConversionCodes.YUV2BGR_YV12);
}
smartFrame.SubscriberIds.AddRange(decision.TargetAppIds);
// =========================================================================
// 【新增】插入这一行!
// 此时 smartFrame.InternalMat 已经有了图像数据