Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

General request format:

GET http://IP-address:port/getcameras

Example request:

GET http://127.0.0.1:80/getcameras

Example response:

{
	"cameras": [
		{
			"id": 1,
			"channel": 1,
			"status": "working"
		},
		{
			"id": 2,
			"channel ": 2,
			"status": "signaIJost"
		}
			]
}

Response parameters:

Parameter

Description

idCamera  ID
channelCamera  channel
statusCamera  status
  • No labels