onvif
    Preparing search index...

    Interface VideoSourceConfiguration

    Base type defining the common properties of a configuration.

    interface VideoSourceConfiguration {
        bounds: IntRectangle;
        extension?: VideoSourceConfigurationExtension;
        name: string;
        sourceToken: string;
        token: string;
        useCount: number;
        viewMode?: string;
    }

    Hierarchy (View Summary)

    Index
    bounds: IntRectangle

    Rectangle specifying the Video capturing area. The capturing area shall not be larger than the whole Video source area.

    name: string

    User readable name. Length up to 64 characters.

    sourceToken: string

    Reference to the physical input.

    token: string

    Token that uniquely references this configuration. Length up to 64 characters.

    useCount: number

    Number of internal references currently using this configuration. This informational parameter is read-only. Deprecated for Media2 Service.

    viewMode?: string

    Readonly parameter signalling Source configuration's view mode, for devices supporting different view modes as defined in tt:viewModes.