aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/ArFeatures.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/argaze/ArFeatures.py b/src/argaze/ArFeatures.py
index d08463b..5fcc990 100644
--- a/src/argaze/ArFeatures.py
+++ b/src/argaze/ArFeatures.py
@@ -1443,6 +1443,8 @@ class ArCamera(ArFrame):
"""
# Project gaze position into camera frame
+ # NOTE: the call to super().look method uses unwrap option to disable observers notification
+ # as they are already notified that this look method is called. Cf DataFeatures.PipelineStepMethod.wrapper.
super().look(timestamp, gaze_position, unwrap=True)
# Use camera frame lock feature