diff options
author | Damien Mouratille | 2024-08-07 16:47:22 +0200 |
---|---|---|
committer | Damien Mouratille | 2024-08-07 16:47:22 +0200 |
commit | 91a30dfadad1425c834f00e1022f7e42603af646 (patch) | |
tree | 0fd5a3907026f718079ddfb6aa36ddf070d23aeb /docs/use_cases | |
parent | 3481826aa3d1e023f296cd166602dd51369feac2 (diff) | |
download | argaze-91a30dfadad1425c834f00e1022f7e42603af646.zip argaze-91a30dfadad1425c834f00e1022f7e42603af646.tar.gz argaze-91a30dfadad1425c834f00e1022f7e42603af646.tar.bz2 argaze-91a30dfadad1425c834f00e1022f7e42603af646.tar.xz |
Revert "Updating gaze controller study performance"
This reverts commit fe2efbaa21445cebc868a5522eb51e8748d0a31c.
Diffstat (limited to 'docs/use_cases')
-rw-r--r-- | docs/use_cases/air_controller_gaze_study/pipeline.md | 4 |
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 3cff83a..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 ~4,8ms and it is called ~44 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 ~52ms and it is called ~11 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. |