aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/visualisation.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-20 14:07:51 +0200
committerThéo de la Hogue2023-09-20 14:07:51 +0200
commit81cce96dec4f24bd067a2a98e67855a27ea6f704 (patch)
tree09720a59d478dd5af2d72975c16f2aa1f30afa98 /docs/user_guide/gaze_analysis_pipeline/visualisation.md
parent8da7f2e1e0215df52903c14fb30203624bfcf1ee (diff)
downloadargaze-81cce96dec4f24bd067a2a98e67855a27ea6f704.zip
argaze-81cce96dec4f24bd067a2a98e67855a27ea6f704.tar.gz
argaze-81cce96dec4f24bd067a2a98e67855a27ea6f704.tar.bz2
argaze-81cce96dec4f24bd067a2a98e67855a27ea6f704.tar.xz
Working on gaze analysis pipeline documentation.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/visualisation.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/visualisation.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/visualisation.md b/docs/user_guide/gaze_analysis_pipeline/visualisation.md
index 55254dd..99f0259 100644
--- a/docs/user_guide/gaze_analysis_pipeline/visualisation.md
+++ b/docs/user_guide/gaze_analysis_pipeline/visualisation.md
@@ -57,8 +57,9 @@ Here is an extract from the JSON ArFrame configuration file with a sample where
}
}
},
- "draw_gaze_position": {
- "color": [0, 255, 255]
+ "draw_gaze_positions": {
+ "color": [0, 255, 255],
+ "size": 2
}
}
}