diff options
author | Théo de la Hogue | 2024-02-06 17:27:31 +0100 |
---|---|---|
committer | Théo de la Hogue | 2024-02-06 17:27:31 +0100 |
commit | e8096cce96768a0ad6cbf61203092579259c08a9 (patch) | |
tree | a642e546eceddd61993dfac44462efff8924d878 /docs | |
parent | d3854b5c35971532d114b15ad3b6dc787da062a4 (diff) | |
download | argaze-e8096cce96768a0ad6cbf61203092579259c08a9.zip argaze-e8096cce96768a0ad6cbf61203092579259c08a9.tar.gz argaze-e8096cce96768a0ad6cbf61203092579259c08a9.tar.bz2 argaze-e8096cce96768a0ad6cbf61203092579259c08a9.tar.xz |
Adding a warning to prevent users that no eye tracker connector is provided.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 00e2e29..c7f7f1d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,6 +10,12 @@ title: What is ArGaze? ![ArGaze pipeline](img/argaze_pipeline.png) +!!! warning "Eyetracker connectors are not provided" + + **ArGaze** works with any eyetracker device but there is no connector provided inside the library. + + [Read the use cases section to discover examples using specific eyetrackers](./user_cases/introduction.md). + ## Gaze analysis pipeline First of all, **ArGaze** provides extensible modules library allowing to select application specific algorithms at each pipeline step: |