onvif
    Preparing search index...

    Interface PTZConfigurationOptions

    interface PTZConfigurationOptions {
        extension?: PTZConfigurationOptions2;
        PTControlDirection?: PTControlDirectionOptions;
        PTZRamps?: IntList;
        PTZTimeout: DurationRange;
        spaces: PTZSpaces;
    }
    Index
    PTControlDirection?: PTControlDirectionOptions

    Supported options for PT Direction Control.

    PTZRamps?: IntList

    The list of acceleration ramps supported by the device. The smallest acceleration value corresponds to the minimal index, the highest acceleration corresponds to the maximum index.

    PTZTimeout: DurationRange

    A timeout Range within which Timeouts are accepted by the PTZ Node.

    spaces: PTZSpaces

    A list of supported coordinate systems including their range limitations.