# ArGaze library _An open-source python toolkit to deal with gaze tracking and analysis in Augmented Reality (AR) environnement._ ## Installation In the ArGaze root folder: ''' python -m build ''' Then, ''' pip install dist/argaze.whl ''' (Replace by what will be built into dist folder) ## Architecture The ArGaze toolkit is divided in submodules dedicated to various purposes: * ArUcoMarkers: ArUco markers generator, traking, camera calibration, ... * RegionOfInterest: Region Of Interest (ROI) scene management for 2D and 3D environment. * TobiiGlassesPro2: a gaze tracking device interface. * _..._ ## Examples The ArGaze toolkit provides a set of python scripts to undertand how the submodules can be used together.