get-webcam-list
Use the interface to get the webcam device list.
Request Mode
POST http://ip/mwapi/get-webcam-list
Response Body
{
"status": 0,
"webcams": [
{
"dev-path": "L2Rldi92aWRlbzI=",
"dev-name": "Hamedal C10: Hamedal C10"
}
]
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values.。 |
device-name | The device name |
dev-path | The device ID |