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 5 Next »

In the section:
 

GetCameras

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.

Example:

GET http://192.168.15.182:80/getcameras

Response:

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

GetDeviceInfo

GET http://example.com:[port]/getdeviceinfo

Returns information about the device (firmware version, manufacturer, model and serial number).

Note.

Any prefix can be added to the firmware version value returned by the AdditionalVersionString registry key – see Registry keys reference guide.

Example:

GET http://192.168.15.182:80/getdeviceinfo

Response

{
"firmware version": "1.2.3 Rev B.",
"vendor": "Vendor Title Ltd"
"model": "Device Model",
"serial_number": "12345ABCDEF",
"ptz-status": "not supported"
}
  • No labels