Go to documentation repository
...
GET http://IP-address:port/getcameras
GET http://127.0.0.1:80/getcameras
| Code Block | ||
|---|---|---|
| ||
{
"cameras": [
{
"id": 1,
"channel": 1,
"status": "working"
},
{
"id": 2,
"channel ": 2,
"status": "signaIJost"
}
]
} |
Parameter | Description |
|---|---|
| id | Camera Camera ID |
| channelCamera | Camera channel |
| statusCamera | Camera status |