aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2024-02-28 22:30:14 +0100
committerThéo de la Hogue2024-02-28 22:30:14 +0100
commit96007cbe6a42d26c4dece35ad7ecee2ddd8bdade (patch)
treee8e30c8f21edf030bd905f73cf2ba66a947df663 /docs
parent5f915a84f32405dc8bddae4ecbf95f4745af6fbc (diff)
downloadargaze-96007cbe6a42d26c4dece35ad7ecee2ddd8bdade.zip
argaze-96007cbe6a42d26c4dece35ad7ecee2ddd8bdade.tar.gz
argaze-96007cbe6a42d26c4dece35ad7ecee2ddd8bdade.tar.bz2
argaze-96007cbe6a42d26c4dece35ad7ecee2ddd8bdade.tar.xz
Making all GazeFeatures test working again.
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md
index 7952e9f..8c21dec 100644
--- a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md
+++ b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md
@@ -125,7 +125,7 @@ This is the last calibrated [GazePosition](../../../argaze.md/#argaze.GazeFeatur
### *ar_frame.last_gaze_movement*
-Last [GazeMovement](../../../argaze.md/#argaze.GazeFeatures.GazeMovement) identified by [ArFrame.gaze_movement_identifier](../../../argaze.md/#argaze.ArFeatures.ArFrame) object from incoming consecutive timestamped gaze positions. If no gaze movement have been identified, it returns an [UnvalidGazeMovement](../../../argaze.md/#argaze.GazeFeatures.UnvalidGazeMovement).
+Last [GazeMovement](../../../argaze.md/#argaze.GazeFeatures.GazeMovement) identified by [ArFrame.gaze_movement_identifier](../../../argaze.md/#argaze.ArFeatures.ArFrame) object from incoming consecutive timestamped gaze positions. If no gaze movement have been identified, it returns an empty [GazeMovement](../../../argaze.md/#argaze.GazeFeatures.GazeMovement).
This could also be the current gaze movement if [ArFrame.filter_in_progress_identification](../../../argaze.md/#argaze.ArFeatures.ArFrame) attribute is false.
In that case, the last gaze movement *finished* flag is false.