onvif
    Preparing search index...

    Interface PTZVector

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

    Pan and tilt position. The x component corresponds to pan and the y component to tilt.

    zoom?: Vector1D

    A zoom position.