set-webcam-config 接口
修改 WEBCAM 视频源配置信息。
请求方式
POST http://ip/mwapi/set-webcam-config
{
"width": 1920,
"height": 1080,
"fps": 6000,
"fourcc": "MJPG",
"out-mirror": true
}
属性 | 说明 |
---|---|
width | 采集宽度。 |
height | 采集高度。 |
fps | 采集帧率(x100)。 |
fourcc | 采集格式。 |
out-mirror | 是否镜像,有效值:true/false。 |
返回数据
{
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |