set-webcam
Use the device to modify the webcam device.
Request Mode
POST http://ip/mwapi/set-webcam
{
"dev-path": "L2Rldi92aWRlbzI="
}
Parameter | Description |
---|---|
dev-pat | The device ID |
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. |