aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArFeatures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/ArFeatures.py')
-rw-r--r--src/argaze/ArFeatures.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/argaze/ArFeatures.py b/src/argaze/ArFeatures.py
index 8005d48..95d89d9 100644
--- a/src/argaze/ArFeatures.py
+++ b/src/argaze/ArFeatures.py
@@ -882,11 +882,17 @@ class ArFrame(DataFeatures.SharedObject, DataFeatures.PipelineStepObject):
!!! warning
Be aware that gaze positions are in the same range of value than size attribute.
+ !!! note
+ This method timestamps incoming gaze position.
+
Parameters:
timestamp: method call timestamp (unit does'nt matter)
gaze_position: gaze position to project
"""
+ # Timestamp gaze position
+ gaze_position.timestamp = timestamp
+
# Use frame lock feature
with self._lock: