aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-17 17:04:38 +0200
committerThéo de la Hogue2024-04-17 17:04:38 +0200
commitee10651a9aa0d87fa323423d1a7489798e083b90 (patch)
tree3198f864c5fe26fca64d6ebd37dbc5a83d263f90 /docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md
parent9958a965725764aee7150a67d9f63e241b4c345e (diff)
downloadargaze-ee10651a9aa0d87fa323423d1a7489798e083b90.zip
argaze-ee10651a9aa0d87fa323423d1a7489798e083b90.tar.gz
argaze-ee10651a9aa0d87fa323423d1a7489798e083b90.tar.bz2
argaze-ee10651a9aa0d87fa323423d1a7489798e083b90.tar.xz
Improving orthographic and grammar.
Diffstat (limited to 'docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md')
-rw-r--r--docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md b/docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md
index cadaf61..729608f 100644
--- a/docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md
+++ b/docs/user_guide/aruco_marker_pipeline/configuration_and_execution.md
@@ -127,9 +127,9 @@ Pass each camera image to the [ArUcoCamera.watch](../../argaze.md/#argaze.ArFeat
... aruco_camera.image()
```
-### Analyse time-stamped gaze positions into the camera frame
+### Analyse timestamped gaze positions into the camera frame
-As mentioned above, [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarker.ArUcoCamera) inherits from [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) and, so benefits from all the services described in the [gaze analysis pipeline section](../gaze_analysis_pipeline/introduction.md).
+As mentioned above, [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarker.ArUcoCamera) inherits from [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) and, so, benefits from all the services described in the [gaze analysis pipeline section](../gaze_analysis_pipeline/introduction.md).
Particularly, timestamped gaze positions can be passed one by one to the [ArUcoCamera.look](../../argaze.md/#argaze.ArFeatures.ArFrame.look) method to execute the whole pipeline dedicated to gaze analysis.