From de2c476c7cfaf1bde8a045f5065107ec2258088c Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 27 Sep 2022 12:19:53 +0200 Subject: Defining accuracy, precision and hfov. --- src/argaze/TobiiGlassesPro2/TobiiSpecifications.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/argaze/TobiiGlassesPro2/TobiiSpecifications.py (limited to 'src') 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 -- cgit v1.1