Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The camera type is the most comprehensive type(node) that we use when downloading recordings, getting a live stream or checking camera availability. In addition, a query for the camera type returns many parameters about the camera.

...

By querying the camera type, we obtain information about the serial number (serial_number), connection status (is_connected) and camera ip address (source_ip). The mandatory parameter node_id can be found using the query List of all elements and type on cameraList or nodeList.

Query:

Code Block
languagegraphqljson
query {
  camera(node_id:140094){
    name
    serial_number
    is_connected
    connection{
      source_ip
    }
  }
}

...


Response:

Code Block
languagegraphqljson
{
  "data": {
    "camera": {
      "name": "ACCC8EE8A9CAMyCamera",
      "serial_number": "ACCC8EE8A9CA",
      "is_connected": true,
      "connection": {
        "source_ip": "211.21.111.111"
      }
    }
  }
}

In Postman example - Get camera information / getCameraInformation

Info

Pre-requisite: Authentification

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@121e9
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "KCA"
labelskb-how-to-article