From 81cce96dec4f24bd067a2a98e67855a27ea6f704 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 20 Sep 2023 14:07:51 +0200 Subject: Working on gaze analysis pipeline documentation. --- docs/user_guide/gaze_analysis_pipeline/visualisation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/user_guide/gaze_analysis_pipeline/visualisation.md') 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 } } } -- cgit v1.1