diff options
Diffstat (limited to 'docs/user_guide/utils/ready-made_scripts.md')
-rw-r--r-- | docs/user_guide/utils/ready-made_scripts.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md index 9b8d455..262a0ef 100644 --- a/docs/user_guide/utils/ready-made_scripts.md +++ b/docs/user_guide/utils/ready-made_scripts.md @@ -9,6 +9,14 @@ Collection of command-line scripts to provide useful features. !!! note *Use -h option to get command arguments documentation.* +## Eyetracker pipeline handler + +Load and execute eyetracker pipeline. + +```shell +python ./src/argaze/utils/pipeline_run.py CONFIGURATION +``` + ## ArUco markers group exporter Detect DICTIONARY and SIZE ArUco markers inside a MOVIE frame then, export detected ArUco markers group as .obj file into an OUTPUT folder. |