onvif
    Preparing search index...

    Interface PTZSpeed

    interface PTZSpeed {
        panTilt?: Vector2D;
        zoom?: Vector1D;
    }
    Index
    panTilt?: Vector2D

    Pan and tilt speed. The x component corresponds to pan and the y component to tilt. If omitted in a request, the current (if any) PanTilt movement should not be affected.

    zoom?: Vector1D

    A zoom speed. If omitted in a request, the current (if any) Zoom movement should not be affected.