.. tobii-pytracker documentation master file, created by sphinx-quickstart on Fri Feb 23 10:20:26 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to the Tobii-Pytracker documentation ----------------------------------------------- **Tobii-Pytracker** is a Python-based framework for Tobii eye tracker experiments and multimodal data collection. .. image:: https://raw.githubusercontent.com/sbobek/tobii-pytracker/refs/heads/psychopy/pix/tobii-pytracker.svg :width: 100% :align: center :alt: Tobii-Pytracker Workflow Install ======= Tobii-Pytracker can be installed from either `PyPI `_ or directly from source code `GitHub `_ To install form PyPI:: pip install tobii-pytracker To install from source code:: git clone https://github.com/sbobek/tobii-pytracker cd tobii-pytracker pip install . pip install "psychopy>=2024.1.4,<2025.1.0" --no-deps To run it in headless mode, just recording all of the gaze data from Tobii eye tracker just run the following command in the environment where tobii-pytracker is installed. The `--raw_data` flag will save all of the raw data from the eye tracker, not only gaze and pupil size narrowed to defined area of interest:: tobii-pytracker --disable_psychopy --raw_data .. toctree:: :maxdepth: 2 :caption: Tutorials on data collection Configuration Commandline Usage Basic Usage examples Eyetracker emulation .. toctree:: :maxdepth: 2 :caption: Tutorials on data analysis Data loading and visualization Data analyzers .. toctree:: :maxdepth: 2 :caption: Reference API reference Extending Tobii-Pytracker .. toctree:: :maxdepth: 1 :caption: Development Troubleshooting Release notes Contributing guide