reset-video-config 接口
重置 HDMI 视频源配置信息。
请求方式
POST http://ip/mwapi/set-video-config
参数 |
说明 |
source-id |
输入源ID, 0:HDMI 1, 1:HDMI 2 |
返回数据
{
"status": 0,
"in-auto-color-fmt": true,
"in-color-fmt": "bt.709",
"in-auto-quant-range": true,
"in-quant-range": "limited",
"brightness": 0,
"contrast": 100,
"hue": 0,
"saturation": 100,
"deinterlace": "none",
"out-mirror": false
}
属性 |
说明 |
status |
返回状态。0:请求成功,返回其它值请参考 API 状态码。 |
in-auto-color-fmt |
输入色彩空间是否自动获取。 |
in-color-fmt |
输入色彩空间值,有效值:rgb、bt.601、bt.709、bt.2020。 |
in-auto-quant-range |
输入量化范围是否自动获取。 |
in-quant-range |
输入量化范围值,有效值:full、limited。 |
brightness |
亮度,整数,取值范围:-100 ~ +100。 |
contrast |
对比度,整数,取值范围:50 ~ 200。 |
hue |
色调,整数,取值范围:-90 ~ 90。 |
saturation |
饱和度,整数,取值范围:0 ~ 200。 |
deinterlace |
去隔行,有效值:none、top-field、bottom-field。 |
out-mirror |
镜像,有效值:true、false。 |