set-image 接口
修改图片,保留接口。
请求方式
GET http://ip/usapi?method=set-image&id=xxx
| 参数 | 说明 |
|---|---|
| method | 方法名称:set-image |
| id | 录制通道 ID,通过 get-settings 获取 |
| name | 保留参数 |
| enable-colorkey | 保留参数 |
| colorkey-mode | 保留参数 |
| key-color | 保留参数 |
| tolerance | 保留参数 |
返回数据
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |