K8凯发(中国)

    读取 PTZ 状态协议
    请求地址:

    http://ip:port/ReadPTZStatus?deviceid={$deviceid}&channel={$channel}


    请求方式: GET


    请求参数:
    参数名 类型 描述 是否必选
    deviceid int 设备 ID 号 Y
    channel int 通道号 Y

    返回参数:

    {

    "result" :{$result},

    "pan" :{$pan},

    "tilt" :{$tilt},

    "zoom" :{$zoom}

    }


    返回字段:
    字段名 类型 描述
    pan int 水平位置
    tilt int 垂直位置
    zoom int 放大倍数