onvif
    Preparing search index...

    Interface FocusOptions20

    interface FocusOptions20 {
        autoFocusModes?: AutoFocusMode[];
        defaultSpeed?: FloatRange;
        extension?: FocusOptions20Extension;
        farLimit?: FloatRange;
        nearLimit?: FloatRange;
    }
    Index
    autoFocusModes?: AutoFocusMode[]

    Supported modes for auto focus.

    AUTO - The device supports automatic focus adjustment. MANUAL - The device supports manual focus adjustment.

    defaultSpeed?: FloatRange

    Valid range of DefaultSpeed.

    farLimit?: FloatRange

    Valid range of FarLimit.

    nearLimit?: FloatRange

    Valid range of NearLimit.