onvif
    Preparing search index...

    Interface OSDConfigurationOptions

    interface OSDConfigurationOptions {
        extension?: OSDConfigurationOptionsExtension;
        imageOption?: OSDImgOptions;
        maximumNumberOfOSDs: MaximumNumberOfOSDs;
        positionOption?: string[];
        textOption?: OSDTextOptions;
        type?: OSDType[];
    }
    Index
    imageOption?: OSDImgOptions

    Option of the OSD image configuration. This element shall be returned if the device is signaling the support for Image.

    maximumNumberOfOSDs: MaximumNumberOfOSDs

    The maximum number of OSD configurations supported for the specified video source configuration. If the configuration does not support OSDs, this value shall be zero and the Type and PositionOption elements are ignored. If a device limits the number of instances by OSDType, it shall indicate the supported number for each type via the related attribute.

    positionOption?: string[]

    List available OSD position type. Following are the pre-defined:UpperLeft UpperRight LowerLeft LowerRight Custom

    textOption?: OSDTextOptions

    Option of the OSD text configuration. This element shall be returned if the device is signaling the support for Text.

    type?: OSDType[]

    List supported type of OSD configuration. When a device indicates the supported number for each types in MaximumNumberOfOSDs, related type shall be presented. A device shall return Option element relating to listed type.