Interface Analyser


  • public interface Analyser
    • Method Detail

      • registerListener

        void registerListener​(Listener listener)
        Adds a new Listener to the analyser.
        Parameters:
        listener - The listener to be added to the analyser.
      • enqueueInput

        void enqueueInput​(AnalyserInput input)
        Enqueues an AnalyserInput to be analysed. The library internally optimizes to always analyse the most recent input and thus not every enqueued input will be analysed.
        Parameters:
        input - The input to be analysed.
      • stop

        void stop()
        Stops the analyser.
      • getSessionInformation

        SessionInformation getSessionInformation()
        Gets information about the session.
        Returns:
        session information.
      • getLastPose

        Pose getLastPose()
        Gets the last Pose.
        Returns:
        a pose.