增加云台移动、缩放、聚集、光圈、校时、重启对 AiVideo 项目的支持
This commit is contained in:
@@ -431,6 +431,18 @@ public static partial class HikNativeMethods
|
||||
#endregion
|
||||
|
||||
#region --- PTZ 控制接口 (PTZ Control Interfaces) ---
|
||||
|
||||
/// <summary>
|
||||
/// 云台控制
|
||||
/// 功能:控制云台旋转、镜头缩放、光圈调节等操作
|
||||
/// </summary>
|
||||
/// <param name="lUserID"></param>
|
||||
/// <param name="lChannel"></param>
|
||||
/// <param name="dwPTZCommand"></param>
|
||||
/// <param name="dwStop"></param>
|
||||
/// <returns></returns>
|
||||
[DllImport(DllName)]
|
||||
public static extern bool NET_DVR_PTZControl_Other(int lUserID, int lChannel, uint dwPTZCommand, uint dwStop);
|
||||
|
||||
/// <summary>
|
||||
/// 云台控制(带速度)
|
||||
|
||||
Reference in New Issue
Block a user