From b58c4bdae021213cd6cf93ce3f3643b32f54e5a0 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 19 Feb 2024 14:57:24 +0100 Subject: Commenting the use of unwrap option. --- src/argaze/ArFeatures.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.1