/
List of active/inactive cameras
List of active/inactive cameras
Example - cameraList - Obtaining list active/non-active cameras
By querying the camera status is_connected,
we can obtain information about status of camera.
Pre-requisites: Setup rights user TOKEN rigths - Configuration
Query:
query {
cameraList {
name
is_connected
}
}
Response:
{
"data": {
"cameraList": [
{
"name": "myCamera",
"is_connected": true
}
]
}
}
, multiple selections available,
Related content
Obtaining camera parameters
Obtaining camera parameters
More like this
View and download of the video recording
View and download of the video recording
Read with this
View video live stream from the camera
View video live stream from the camera
Read with this
Examples of calls to API of CamStreamer Applications
Examples of calls to API of CamStreamer Applications
More like this
Synergy with CamStreamer Apps
Synergy with CamStreamer Apps
More like this
List of all elements and type
List of all elements and type
Read with this