摄像头播放后,增加分辨率的显示

This commit is contained in:
2025-12-26 18:55:04 +08:00
parent e98059fd30
commit 108c97924f
7 changed files with 232 additions and 93 deletions

View File

@@ -44,6 +44,12 @@ public class CameraTelemetryInfo
/// <summary> 实时码率 (Mbps) </summary>
public double Bitrate { get; set; }
// [新增] 视频宽度
public int Width { get; set; }
// [新增] 视频高度
public int Height { get; set; }
#endregion
#region --- (Health & Statistics) ---