onvif
    Preparing search index...

    Interface RecordingSourceInformation

    A set of informative desciptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure.

    interface RecordingSourceInformation {
        address: string;
        description: string;
        location: string;
        name: string;
        sourceId: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    address: string

    URI provided by the service supplying data to be recorded. A device shall support at least 128 characters.

    description: string

    Informative description of the source.

    location: string

    Informative description of the physical location of the source, e.g. the coordinates on a map.

    name: string

    Informative user readable name of the source, e.g. "Camera23". A device shall support at least 20 characters.

    sourceId: string

    Identifier for the source chosen by the client that creates the structure. This identifier is opaque to the device. Clients may use any type of URI for this field. A device shall support at least 128 characters.