diff --git a/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/QmitkNavigationDataPlayer.dox b/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/QmitkNavigationDataPlayer.dox index 84338e46a5..667946ac47 100644 --- a/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/QmitkNavigationDataPlayer.dox +++ b/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/QmitkNavigationDataPlayer.dox @@ -1,14 +1,18 @@ /** \page org_navigationdataplayer NavigationData Player \image html iconNavigationDataPlayer.png "Icon of NavigationData Player" Available sections: - \ref NavigationDataPlayerOverview \section NavigationDataPlayerOverview The navigation data player plays recorded or artificial navigation data of one ore more tracking tools and visualizes their trajectory. For that purpose select an input file (*.xml only) and select which tracking tool's trajectory should be visualized. If you additionally activate the checkbox "Splines" the trajectory curve will be smoothed via spline interpolation. Press the button "start" for starting the player and the visualization. If "Sequential Mode" is checked, the navigation data are played sequentially without regarding the recorded time steps. +You can use the resolution field to define which part of the samples you want to use. E.g. 1 = every sample; 2 = every second sample; 3 = every third sample, ... + +\image html screenshotNavigationDataPlayer.png "Screenshot of the NavigationData Player" + */ diff --git a/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/screenshotNavigationDataPlayer.png b/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/screenshotNavigationDataPlayer.png new file mode 100644 index 0000000000..54da1674a6 Binary files /dev/null and b/Plugins/org.mitk.gui.qt.igttracking/documentation/UserManual/screenshotNavigationDataPlayer.png differ