Skip to content
Snippets Groups Projects

Add option to export the view via CLI

Merged Schrödter, Tobias requested to merge 245-function-save-video-view-via-console into master
All threads resolved!
2 files
+ 26
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
2
@@ -34,7 +34,9 @@ QString commandLineOptionsString = QObject::tr(
"markerIdFile]</code><br>"
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>[-autoReadHeight|-autoreadheight "
"heightFile]</code><br>"
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>[-autoPlay|-autoplay trackerFile]</code></p>"
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>[-autoPlay|-autoplay trackerFile]</code><br>"
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>[-autoExportView|-autoexportview "
"outputFile]</code></p>"
"<dl><dt><kbd>-help|-?</kbd></dt><dd>shows help information for command line options</dd>"
"<dt><kbd>-project</kbd></dt><dd>optional option to set project file; otherwise the argument without option flag "
"is used as project file</dd>"
@@ -53,7 +55,9 @@ QString commandLineOptionsString = QObject::tr(
"<dt><kbd>-autoReadHeight|-autoreadheight heightFile</kbd></dt><dd> automatically reads the <kbd>trackerFile</kbd> "
"including markerID and individual height and applies the heights to the corresponding person</dd>"
"<dt><kbd>-autoPlay|-autoplay trackerFile</kbd></dt><dd>plays the video or image sequence and stores the "
"trajectories to <kbd>trackerFile</kbd></dd></dl>"
"trajectories to <kbd>trackerFile</kbd></dd>"
"<dt><kbd>-autoExportView|-autoexportview outputFile</kbd></dt><dd>exports the view, e.g., the undistorted video "
"or the video with trajectories, to <kbd>outputFile</kbd></dd></dl>"
"<p>Example:<br>To generate trajectories from a single image sequence starting with <kbd>frame000.jpg</kbd>"
"with settings stored in the project file <kbd>project.pet</kbd>, export tracker file <kbd>trackerFile</kbd>"
"and exit with saving the project to <kbd>project.pet</kbd> again:</p>"
Loading