修复 Bug
This commit is contained in:
@@ -103,9 +103,11 @@ public class ImageMonitorController : BackgroundService
|
||||
CameraId = deviceId.ToString(),
|
||||
CaptureTimestamp = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds(),
|
||||
OriginalImageBytes = jpgBytes, // 引用赋值
|
||||
OriginalWidth = frame.InternalWidth,
|
||||
OriginalHeight = frame.InnernalHeight,
|
||||
TargetImageBytes = targetBytes, // 引用赋值
|
||||
OriginalWidth = frame.TargetWidth,
|
||||
OriginalHeight = frame.TargetHeight,
|
||||
TargetWidth = frame.TargetWidth,
|
||||
TargetHeight = frame.TargetHeight,
|
||||
DispatchTimestamp = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user