set-video-color 接口
设置图像的亮度、对比度、色调、饱和度。
通过 get-info 可以获取到录制相关参数的取值范围:
"color-range": {
"contrast": [], // 图像对比度取值范围
"brightness": [], // 图像亮度取值范围
"saturation": [], // 图像饱和度取值范围
"hue": [] // 图像色调取值范围
}
请求方式
GET http://ip/usapi?method=set-video-color&contrast=100&brightness=0&saturation=100&hue=0
参数 | 说明 |
---|---|
method | 方法名称:set-video-color |
contrast | 设置对比度,默认值:100 |
brightness | 设置亮度,默认值:0 |
saturation | 设置饱和度,默认值:100 |
hue | 设置色调,默认值:0 |
返回数据
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |