aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6387d1500f198cf5eb6057b1c9980883da99088c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Welcome to ArGaze's documentation

**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 **<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.

Check out the [installation](getting_started#installation) section to start.

Check out the [API reference](api_reference) section to get deeper into library architecture.