onvif
    Preparing search index...

    Interface PresetTour

    interface PresetTour {
        autoStart: boolean;
        extension?: PTZPresetTourExtension;
        name?: string;
        startingCondition: PTZPresetTourStartingCondition;
        status: PTZPresetTourStatus;
        token?: string;
        tourSpot?: PTZPresetTourSpot[];
    }
    Index
    autoStart: boolean

    Auto Start flag of the preset tour. True allows the preset tour to be activated always.

    name?: string

    Readable name of the preset tour.

    Parameters to specify the detail behavior of the preset tour.

    Read only parameters to indicate the status of the preset tour.

    token?: string

    Unique identifier of this preset tour.

    tourSpot?: PTZPresetTourSpot[]

    A list of detail of touring spots including preset positions.