onvif
    Preparing search index...

    Interface StopExtended

    SetHomePosition interface which uses active source profile token by default

    interface StopExtended {
        panTilt?: boolean;
        profileToken?: string;
        zoom?: boolean;
    }

    Hierarchy

    • Omit<Stop, "profileToken">
      • StopExtended
    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
    zoom?: boolean

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