onvif
    Preparing search index...

    Interface PTZPresetTourOptions

    interface PTZPresetTourOptions {
        autoStart: boolean;
        startingCondition: PTZPresetTourStartingConditionOptions;
        tourSpot: PTZPresetTourSpotOptions;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    autoStart: boolean

    Indicates whether or not the AutoStart is supported.

    Supported options for Preset Tour Starting Condition.

    Supported options for Preset Tour Spot.