@@ -68,10 +68,28 @@ The tracker only expects an input file::
...
@@ -68,10 +68,28 @@ The tracker only expects an input file::
Just like with |grabs|, you can attach any number of additional parameters to the command-line, simply using ``-PARAMETER VALUE`` (see :doc:`parameters_trex`).
Just like with |grabs|, you can attach any number of additional parameters to the command-line, simply using ``-PARAMETER VALUE`` (see :doc:`parameters_trex`).
Tools
Other command-line tools
-----
------------------------
Another tool is included, called ``pvinfo``, which can be used programmatically (e.g. in jupyter notebooks) to retrieve information about converted videos and the settings used to track them. The usual way to make use of it within python is::
Another tool is included, called ``pvinfo``, which can be used programmatically (e.g. in jupyter notebooks) to retrieve information about converted videos and the settings used to track them::
"""Uses the pvinfo utility to retrieve information about tracked videos.
"""Uses the pvinfo utility to retrieve information about tracked videos.
...
@@ -129,6 +147,15 @@ Another tool is included, called ``pvinfo``, which can be used programmatically
...
@@ -129,6 +147,15 @@ Another tool is included, called ``pvinfo``, which can be used programmatically
But it has many other uses, too! For example, it can be used to save heatmap information that can be visualized in |trex| (but can not currently be saved directly from |trex| -> will be soon)::
But it has many other uses, too! For example, it can be used to save heatmap information that can be visualized in |trex| (but can not currently be saved directly from |trex| -> will be soon)::