From 6b8e7ae63a63a2854613b98db2fdeb079026748e Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 28 Mar 2023 11:53:14 +0200 Subject: Moving Tobii support into a dedicated repository. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 90fe5c3..65fab39 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -**ArGaze** is a python toolkit to deal with gaze tracking in Augmented Reality (AR) environment. +**ArGaze** is a python toolkit to deal with gaze tracking in **Augmented Reality (AR) environment**. -The ArGaze toolkit provides solutions to build 3D modeled AR environment based on ArUco markers and so ease experimentation design with wearable eye tracker. Gaze fixations and saccades can be realtime projected on to Areas Of Interest (AOI) onto AR environment for live interactions. +The ArGaze toolkit provides solutions to build 3D modeled AR environment defining **Areas Of Interest (AOI)** mapped on **ArUco markers** and so ease experimentation design with wearable eye tracker device. + +Further, tracked gaze can be projected onto AR environment for live or post **gaze analysis** thanks to **timestamped data** features. # Architecture @@ -11,7 +13,7 @@ ArGaze is divided in submodules dedicated to various specifics features: * `argaze.GazeAnalysis`: Class interface to work with various gaze analysis algorithms. * `argaze.ArUcoMarkers`: ArUco markers generator, detector, camera calibration, ... * `argaze.AreaOfInterest`: Area Of Interest (AOI) scene management for 2D and 3D environment. -* `argaze.TobiiGlassesPro2`: A gaze tracking device interface. +* `argaze.DataStructures`: Timestamped data features. * `argaze.utils`: Collection of command-line high level features scripts based on ArGaze toolkit. # Installation -- cgit v1.1