设置通道文字叠加信息
请求地址:
请求参数:
返回参数:
http://ip:port/SetChannelOverlay?deviceid={$deviceid}&channel={$channel}&data={$data}&token={$token} |
请求方式: GET |
请求参数:
参数名 | 类型 | 描述 | 是否必选 |
deviceid | int | 设备 ID 号 | Y |
channel | int | 通道号 | Y |
data | string | json 格式, utf8 编码, 具体叠加信息如下 [{ "x": {$x}, "y": {$y}, "text":{$text} }] x: X 坐标(范围 0~704, 若为-1 表示最右面) Y: Y 坐标(范围 0~576, 若为-1 表示最下面) text: 叠加的文字 |
Y |
token | string | 访问令牌, 登出后即失效 | Y |
返回参数:
{ "result" :{$result}, } |