onvif
    Preparing search index...

    Interface ImagingSettings20

    Type describing the ImagingSettings of a VideoSource. The supported options and ranges can be obtained via the GetOptions command.

    interface ImagingSettings20 {
        backlightCompensation?: BacklightCompensation20;
        brightness?: number;
        colorSaturation?: number;
        contrast?: number;
        exposure?: Exposure20;
        extension?: ImagingSettingsExtension20;
        focus?: FocusConfiguration20;
        irCutFilter?: IrCutFilterMode;
        sharpness?: number;
        whiteBalance?: WhiteBalance20;
        wideDynamicRange?: WideDynamicRange20;
    }
    Index
    backlightCompensation?: BacklightCompensation20

    Enabled/disabled BLC mode (on/off).

    brightness?: number

    Image brightness (unit unspecified).

    colorSaturation?: number

    Color saturation of the image (unit unspecified).

    contrast?: number

    Contrast of the image (unit unspecified).

    exposure?: Exposure20

    Exposure mode of the device.

    Focus configuration.

    irCutFilter?: IrCutFilterMode

    Infrared Cutoff Filter settings.

    sharpness?: number

    Sharpness of the Video image.

    whiteBalance?: WhiteBalance20

    White balance settings.

    wideDynamicRange?: WideDynamicRange20

    WDR settings.