set-webcam-config
Use the interface to modify the configuration information of the Webcam video source.
Request Mode
GET http://ip/mwapi?method=set-webcam-config&width=1920&height=1080&fps=6000&out-mirror=true
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. |
width | The captured video width |
height | The captured video height |
fps | The captured video frame rate (x100) |
out-mirror | Whether to mirror the output scene If yes, it shows true; otherwise, it is false. |