Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
General request format:
GET http://IP-address:port/getcameras
Request example:
GET http://127.0.0.1:80/getcameras
Response example:
{ "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