Go to documentation repository
Page History
General request format:
GET http://example.com:[port]/getcameras
Returns the list of IDs of cameras registered on the video encoder/video server. Additionally, it can contain information on the status of the video surveillance device.
IP-address:port/getcameras
Example request
...
:
GET http://192127.1680.150.1821:80/getcamerasResponse
Example response:
{| Code Block | ||
|---|---|---|
| ||
{ "cameras": [ |
...
{{ "id": 1, |
...
"channel": 1, |
...
"status": "working" |
...
}, |
...
{{ "id": 2, |
...
"channel ": 2, |
...
"status": " |
...
signaIJost"
}
]
} |
Response parameters:
Parameter | Description |
|---|---|
| id | Camera ID |
| channel | Camera channel |
| status | Camera status |
}]...
Overview
Content Tools