diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ **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 defining **Areas Of Interest (AOI)** mapped on **ArUco markers** and so ease experimentation design with wearable eye tracker device. +The ArGaze toolkit provides solutions to build 3D modeled AR environment defining **Areas Of Interest (AOI)** mapped on **<a href="https://docs.opencv.org/4.x/d5/dae/tutorial_aruco_detection.html" target="_blank">OpenCV ArUco markers</a>** 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. +ArGaze can be combined with any wearable eye tracking device python library like Tobii or Pupil glasses. + # Architecture ArGaze is divided in submodules dedicated to various specifics features: |