set-hdmi-output-res
Use the interface to set the parameters of the HDMI output scene.
Request Mode
POST http://ip/mwapi/set-hdmi-output-res
{
"width": 0,
"height": 0,
"fps": 0
}
Parameter | Description |
---|---|
width | The scene's width |
height | The scene's height |
fps | The scene's frame rate |
Response Body
{
"status": 0,
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |