aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/visualisation.md
diff options
context:
space:
mode:
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
}
}
}