onvif
    Preparing search index...

    Interface RelativeMoveExtended

    SetHomePosition interface which uses active source profile token by default

    interface RelativeMoveExtended {
        profileToken?: string;
        speed?: PTZSpeed | PTZInputVector;
        translation: PTZVector | PTZInputVector;
    }

    Hierarchy

    • Omit<RelativeMove, "profileToken" | "translation" | "speed">
      • RelativeMoveExtended
    Index
    profileToken?: string
    translation: PTZVector | PTZInputVector