aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/TobiiGlassesPro2/TobiiSpecifications.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/argaze/TobiiGlassesPro2/TobiiSpecifications.py b/src/argaze/TobiiGlassesPro2/TobiiSpecifications.py
new file mode 100644
index 0000000..d4808de
--- /dev/null
+++ b/src/argaze/TobiiGlassesPro2/TobiiSpecifications.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+# [Tobii specifications reference](https://www.biorxiv.org/content/10.1101/299925v1)
+ACCURACY = 1.42 # degree
+PRECISION = 0.34 # degree
+CAMERA_HFOV = 82 # degree
+VISUAL_HFOV = 160 # degree \ No newline at end of file