owner-camera.onvif

Onvif camera owner

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • linkedCamera

The ONVIF server camera.onvif ↗️ that this owner will use to get the value.

For example root.onvif.camera1 could be the OnSphere path of the ONVIF camera.

type

string

  • dataType

The data type you want to retrieve from the camera :

  • PTZ. This will let you use the PTZ functionality of the camera.

  • URL. This let you generate the secure url for then stream your camera.

Learn more about ONVIF ↗️.

type

string

enum

URL, PTZ

  • pollingFrequency

This trigger the values in polling mode at a given frequency so that they make a request to the server and read the data of a Node. If this is not set it uses the device default pollingFrequency.

Learn more about ONVIF ↗️.

DurationConfigurationEntity

additionalProperties

False

DurationConfigurationEntity

type

object

properties

  • value

The amount of time expressed with the unit

type

integer

  • unit

The unit of time expressed with the value

type

string

enum

NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS

additionalProperties

False