ptzControl abstract method

OriginResponse ptzControl(
  1. String deviceID,
  2. int channelIndex,
  3. String command,
  4. int stop,
  5. int speed,
  6. int seq,
)

云台控制 deviceID设备序列号 or ip+port channelIndex 通道号 command云台控制命令 stop0:开始运动 1:停止运动 speed 移动速度 seq 自定义值 return code:0 (无需等待回调,直接返回接口调用结果即可)

Implementation

OriginResponse ptzControl(String deviceID, int channelIndex, String command,
    int stop, int speed, int seq);