aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/air_controller_gaze_study/pipeline.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-22 14:12:30 +0200
committerThéo de la Hogue2024-07-22 14:12:30 +0200
commit6a13c546d1a4d30a3540683749ac0c43a551dbf6 (patch)
tree57088912073231a5b7e08c2c3556f0854f0aae04 /docs/use_cases/air_controller_gaze_study/pipeline.md
parentf6a2679cc5572f9bf6c65091d275a4118dde16e6 (diff)
downloadargaze-6a13c546d1a4d30a3540683749ac0c43a551dbf6.zip
argaze-6a13c546d1a4d30a3540683749ac0c43a551dbf6.tar.gz
argaze-6a13c546d1a4d30a3540683749ac0c43a551dbf6.tar.bz2
argaze-6a13c546d1a4d30a3540683749ac0c43a551dbf6.tar.xz
Improving use cases.
Diffstat (limited to 'docs/use_cases/air_controller_gaze_study/pipeline.md')
-rw-r--r--docs/use_cases/air_controller_gaze_study/pipeline.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/use_cases/air_controller_gaze_study/pipeline.md b/docs/use_cases/air_controller_gaze_study/pipeline.md
index 3507038..b1df62a 100644
--- a/docs/use_cases/air_controller_gaze_study/pipeline.md
+++ b/docs/use_cases/air_controller_gaze_study/pipeline.md
@@ -357,10 +357,10 @@ The video file is a record of the sector screen frame image.
This file contains the logs of *ArUcoCamera.look* method execution info. It is created into an *_export* folder from where the [*load* command](../../user_guide/utils/main_commands.md) is launched.
-On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *look* method execution time is ~7ms and it is called ~115 times per second.
+On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *look* method execution time is ~5,6ms and it is called ~163 times per second.
## watch_performance.csv
This file contains the logs of *ArUcoCamera.watch* method execution info. It is created into an *_export* folder from where the [*load* command](../../user_guide/utils/main_commands.md) is launched.
-On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *watch* method execution time is ~60ms and it is called ~10 times per second.
+On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *watch* method execution time is ~52ms and it is called ~11,8 times per second.