onvif
    Preparing search index...

    Interface FocusConfiguration20

    interface FocusConfiguration20 {
        AFMode?: StringAttrList;
        autoFocusMode: AutoFocusMode;
        defaultSpeed?: number;
        extension?: FocusConfiguration20Extension;
        farLimit?: number;
        nearLimit?: number;
    }
    Index

    Zero or more modes as defined in enumeration tt:AFModes.

    autoFocusMode: AutoFocusMode

    Mode of auto focus.

    AUTO - The device automatically adjusts focus. MANUAL - The device does not automatically adjust focus.

    Note: for devices supporting both manual and auto operation at the same time manual operation may be supported even if the Mode parameter is set to Auto.

    defaultSpeed?: number
    farLimit?: number

    Parameter to set autofocus far limit (unit: meter).

    nearLimit?: number

    Parameter to set autofocus near limit (unit: meter).