onvif
    Preparing search index...

    Interface PTZPresetTourSupported

    interface PTZPresetTourSupported {
        extension?: PTZPresetTourSupportedExtension;
        maximumNumberOfPresetTours: number;
        PTZPresetTourOperation?: PTZPresetTourOperation[];
    }
    Index
    maximumNumberOfPresetTours: number

    Indicates number of preset tours that can be created. Required preset tour operations shall be available for this PTZ Node if one or more preset tour is supported.

    PTZPresetTourOperation?: PTZPresetTourOperation[]

    Indicates which preset tour operations are available for this PTZ Node.