diff options
author | Théo de la Hogue | 2023-09-26 17:38:34 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-26 17:38:34 +0200 |
commit | 433e68397d3fcb7d3c9ab07e1fa0a8edc0c4e583 (patch) | |
tree | 3652d6b100f58ab3c0d29ca9024491f69c50143c /docs/user_guide | |
parent | 5838151f49e2ccfdf5bc2bc153cf5b493178bb09 (diff) | |
download | argaze-433e68397d3fcb7d3c9ab07e1fa0a8edc0c4e583.zip argaze-433e68397d3fcb7d3c9ab07e1fa0a8edc0c4e583.tar.gz argaze-433e68397d3fcb7d3c9ab07e1fa0a8edc0c4e583.tar.bz2 argaze-433e68397d3fcb7d3c9ab07e1fa0a8edc0c4e583.tar.xz |
Documentating gaze analysis for ArUcoScenes frames.
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/aruco_markers_pipeline/aoi_3d_frame.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/aoi_3d_frame.md b/docs/user_guide/aruco_markers_pipeline/aoi_3d_frame.md index 47dc73c..8075426 100644 --- a/docs/user_guide/aruco_markers_pipeline/aoi_3d_frame.md +++ b/docs/user_guide/aruco_markers_pipeline/aoi_3d_frame.md @@ -67,7 +67,7 @@ The name of a 3D AOI **and** of an [ArFrame](../../argaze.md/#argaze.ArFeatures. ## Pipeline execution -### Map ArUcoCamera image into ArUcoScene frames +### Map ArUcoCamera image into ArUcoScenes frames After camera image is passed to [ArUcoCamera.watch](../../argaze.md/#argaze.ArFeatures.ArCamera.watch) method, it is possible to apply a perpective transformation in order to project watched image into each [ArUcoScenes](../../argaze.md/#argaze.ArUcoMarkers.ArUcoScene) [frames background](../../argaze.md/#argaze.ArFeatures.ArFrame) image. @@ -88,6 +88,14 @@ After camera image is passed to [ArUcoCamera.watch](../../argaze.md/#argaze.ArFe aruco_camera.map() ``` +### Analyse timestamped gaze positions into ArUcoScenes frames + +[ArUcoScenes](../../argaze.md/#argaze.ArUcoMarkers.ArUcoScene) frames benefits from all the services described in [gaze analysis pipeline section](../gaze_analysis_pipeline/introduction.md). + +!!! note + + Timestamped gaze positions passed to [ArUcoCamera.look](../../argaze.md/#argaze.ArFeatures.ArFrame.look) method are projected into [ArUcoScenes](../../argaze.md/#argaze.ArUcoMarkers.ArUcoScene) frames if applicable. + ### Display each ArUcoScenes frames All [ArUcoScenes](../../argaze.md/#argaze.ArUcoMarkers.ArUcoScene) frames image can be displayed as any [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame). |