增加云台移动、缩放、聚集、光圈、校时、重启对 AiVideo 项目的支持
This commit is contained in:
@@ -42,6 +42,15 @@
|
||||
/// </summary>
|
||||
public static string Remove_Camera { get; } = "Remove_Camera";
|
||||
|
||||
/// <summary>云台控制指令</summary>
|
||||
public static string Ptz_Control { get; } = "Ptz_Control";
|
||||
|
||||
/// <summary>设备重启指令</summary>
|
||||
public static string Device_Reboot { get; } = "Device_Reboot";
|
||||
|
||||
/// <summary>时间同步指令</summary>
|
||||
public static string Device_TimeSync { get; } = "Device_TimeSync";
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user