PTZ 控制协议
请求地址:
请求参数:
返回参数:
http://ip:port/ptz?deviceid={$deviceid}&channel={$channel}&op={$op}&start={$start}&speed={$speed} |
请求方式: GET |
请求参数:
参数名 | 类型 | 描述 | 是否必选 |
deviceid | int | 设备 ID 号 | Y |
channel | int | 通道号 | Y |
op | int | 控制代码: 0-向上, 1-向下,2-向左, 3-向右, 8-放大, 9-缩小 | Y |
start | int | 开始还是结束: 1--开始, 0--停止 | Y |
speed | int | 控制速度, 1~10。 1 最慢, 10 最快 | Y |
返回参数:
{ "result" :{$result}, } |