onvif
    Preparing search index...

    Interface Stop

    interface Stop {
        panTilt?: boolean;
        profileToken?: string;
        zoom?: boolean;
    }
    Index
    panTilt?: boolean

    Set true when we want to stop ongoing pan and tilt movements.If PanTilt arguments are not present, this command stops these movements.

    profileToken?: string

    A reference to the MediaProfile that indicate what should be stopped.

    zoom?: boolean

    Set true when we want to stop ongoing zoom movement.If Zoom arguments are not present, this command stops ongoing zoom movement.