onvif
    Preparing search index...

    Interface ImagingSettings

    interface ImagingSettings {
        backlightCompensation?: BacklightCompensation;
        brightness?: number;
        colorSaturation?: number;
        contrast?: number;
        exposure?: Exposure;
        extension?: ImagingSettingsExtension;
        focus?: FocusConfiguration;
        irCutFilter?: IrCutFilterMode;
        sharpness?: number;
        whiteBalance?: WhiteBalance;
        wideDynamicRange?: WideDynamicRange;
    }
    Index
    backlightCompensation?: BacklightCompensation

    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?: Exposure

    Exposure mode of the device.

    Focus configuration.

    irCutFilter?: IrCutFilterMode

    Infrared Cutoff Filter settings.

    sharpness?: number

    Sharpness of the Video image.

    whiteBalance?: WhiteBalance

    White balance settings.

    wideDynamicRange?: WideDynamicRange

    WDR settings.