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.
\uD83D\uDCD8 Example - Obtaining camera parameters:
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 previous query on cameraList or nodeList.
...