Camera communication

Terminology

  • Token is a randomly generated string with a length of twenty characters, containing a random combination of letters and numbers
  • Fingerprint is unique identifier of the camera, it is generated by the camera itself

Camera communication

Sending images and updating attributes of given camera

Camera communication

Camera periodically (or according to set interval) sends images to Connect using PUT /c/snapshot request with Token and Fingerprint authorization.

If there's any change in camera configuration, camera can send an update of its attributes using PUT /c/info request with new attributes in JSON format to the Connect