示例#1
0
 // 云台控制
 public bool PTZControl(int channel, PtzCommand command, PtzStop stop, PtzSpeed speed)
 {
     return(HCNetSDK.NET_DVR_PTZControlWithSpeed(_real_handles[channel - 1]
                                                 , (uint)command
                                                 , (uint)stop
                                                 , (uint)speed));
 }
示例#2
0
文件: HkDvr.cs 项目: Strongc/sencond
 // 云台控制
 public bool PTZControl(int channel, PtzCommand command, PtzStop stop, PtzSpeed speed)
 {
     return HCNetSDK.NET_DVR_PTZControlWithSpeed(_real_handles[channel - 1]
        , (uint)command
        , (uint)stop
        , (uint)speed);
 }