onvif
    Preparing search index...

    Interface PTZPresetTourStartingCondition

    interface PTZPresetTourStartingCondition {
        direction?: PTZPresetTourDirection;
        extension?: PTZPresetTourStartingConditionExtension;
        randomPresetOrder?: boolean;
        recurringDuration?: string;
        recurringTime?: number;
    }
    Index

    Optional parameter to choose which direction the preset tour goes. Forward shall be chosen in case it is omitted.

    randomPresetOrder?: boolean

    Execute presets in random order. If set to true and Direction is also present, Direction will be ignored and presets of the Tour will be recalled randomly.

    recurringDuration?: string

    Optional parameter to specify how long time duration the preset tour is recurred.

    recurringTime?: number

    Optional parameter to specify how many times the preset tour is recurred.