diff options
author | Théo de la Hogue | 2024-07-08 09:50:13 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-07-08 09:50:13 +0200 |
commit | a4d35335db238955baac2723eba9edece805b83a (patch) | |
tree | 03f4e8fcdde2c9bf32990018f24b038ce391b78b /docs/use_cases/pilot_gaze_monitoring/observers.md | |
parent | 54f31d6377576c0dc8e1d18d900354404eedf815 (diff) | |
download | argaze-a4d35335db238955baac2723eba9edece805b83a.zip argaze-a4d35335db238955baac2723eba9edece805b83a.tar.gz argaze-a4d35335db238955baac2723eba9edece805b83a.tar.bz2 argaze-a4d35335db238955baac2723eba9edece805b83a.tar.xz |
Improving pilot monitoring use case.
Diffstat (limited to 'docs/use_cases/pilot_gaze_monitoring/observers.md')
-rw-r--r-- | docs/use_cases/pilot_gaze_monitoring/observers.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/observers.md b/docs/use_cases/pilot_gaze_monitoring/observers.md index 2e3f394..5f5bc78 100644 --- a/docs/use_cases/pilot_gaze_monitoring/observers.md +++ b/docs/use_cases/pilot_gaze_monitoring/observers.md @@ -1,8 +1,12 @@ Fixation events sending ======================= +Observers are attached to pipeline steps to be notified when a method is called. + ## observers.py +For this use case we need to enable [Ivy bus communication](https://gitlab.com/ivybus/ivy-python/) to log ArUco detection results (on *ArUcoCamera.on_watch* call) and fixation identification with AOI matching (on *ArUcoCamera.on_look* call). + ```python import logging |