// 云台控制 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)); }