aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/TobiiGlassesPro2/TobiiSpecifications.py
blob: 1b2a2759e82b141deb18496cb7e2b95e812ae9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python

"""Here is the article where from following [Tobii specifications](https://www.biorxiv.org/content/10.1101/299925v1) come."""

ACCURACY = 1.42
"""Gaze position accuracy in degree."""

PRECISION = 0.34 # degree
"""Gaze position precision in degree."""

CAMERA_HFOV = 82
"""Camera horizontal field of view in degree."""

VISUAL_HFOV = 160
"""Visual horizontal field of view in degree."""