aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-10 21:01:07 +0200
committerThéo de la Hogue2024-04-10 21:01:07 +0200
commit181278a40c65cb2fef6f643d9e1a56cf272a1725 (patch)
tree4a6f1551ea07ddd3cb24cb3ec60cee23bc42293b /src
parent5c4e71033a73f460780eb336e12256eb31fc0f4c (diff)
downloadargaze-181278a40c65cb2fef6f643d9e1a56cf272a1725.zip
argaze-181278a40c65cb2fef6f643d9e1a56cf272a1725.tar.gz
argaze-181278a40c65cb2fef6f643d9e1a56cf272a1725.tar.bz2
argaze-181278a40c65cb2fef6f643d9e1a56cf272a1725.tar.xz
Updating aruco markers documentation.
Diffstat (limited to 'src')
-rw-r--r--src/argaze/utils/demo/opencv_window_context.json (renamed from src/argaze/utils/demo/opencv_window_context_setup.json)1
-rw-r--r--src/argaze/utils/demo/pupillabs_live_stream_context.json (renamed from src/argaze/utils/demo/pupillabs_live_stream_context_setup.json)1
-rw-r--r--src/argaze/utils/demo/tobii_live_stream_context.json (renamed from src/argaze/utils/demo/tobii_live_stream_context_setup.json)1
-rw-r--r--src/argaze/utils/demo/tobii_post_processing_context.json (renamed from src/argaze/utils/demo/tobii_post_processing_context_setup.json)6
4 files changed, 6 insertions, 3 deletions
diff --git a/src/argaze/utils/demo/opencv_window_context_setup.json b/src/argaze/utils/demo/opencv_window_context.json
index da7dc78..d10ac01 100644
--- a/src/argaze/utils/demo/opencv_window_context_setup.json
+++ b/src/argaze/utils/demo/opencv_window_context.json
@@ -2,6 +2,7 @@
"argaze.utils.contexts.OpenCV.Window" : {
"name": "OpenCV Window",
"pipeline": "gaze_analysis_pipeline.json",
+ "catch_exceptions": true,
"image_parameters": {
"draw_times": true,
"draw_exceptions": true
diff --git a/src/argaze/utils/demo/pupillabs_live_stream_context_setup.json b/src/argaze/utils/demo/pupillabs_live_stream_context.json
index 3837a19..df1e988 100644
--- a/src/argaze/utils/demo/pupillabs_live_stream_context_setup.json
+++ b/src/argaze/utils/demo/pupillabs_live_stream_context.json
@@ -2,6 +2,7 @@
"argaze.utils.contexts.PupilLabs.LiveStream" : {
"name": "PupilLabs",
"pipeline": "aruco_markers_pipeline.json",
+ "catch_exceptions": true,
"image_parameters": {
"draw_times": true,
"draw_exceptions": true
diff --git a/src/argaze/utils/demo/tobii_live_stream_context_setup.json b/src/argaze/utils/demo/tobii_live_stream_context.json
index 275d77f..db021de 100644
--- a/src/argaze/utils/demo/tobii_live_stream_context_setup.json
+++ b/src/argaze/utils/demo/tobii_live_stream_context.json
@@ -14,6 +14,7 @@
"sys_mems_freq": 100
},
"pipeline": "aruco_markers_pipeline.json",
+ "catch_exceptions": true,
"image_parameters": {
"draw_something": false,
"draw_times": true,
diff --git a/src/argaze/utils/demo/tobii_post_processing_context_setup.json b/src/argaze/utils/demo/tobii_post_processing_context.json
index 9225fca..fc05541 100644
--- a/src/argaze/utils/demo/tobii_post_processing_context_setup.json
+++ b/src/argaze/utils/demo/tobii_post_processing_context.json
@@ -1,9 +1,9 @@
{
"argaze.utils.contexts.TobiiProGlasses2.PostProcessing" : {
"name": "Tobii Pro Glasses 2 post-processing",
- "segment": "/Users/robotron/Developpements/ArGaze/_projects/PFE/data/4rcbdzk/segments/1",
- "debug": false,
- "pipeline": "/Users/robotron/Developpements/ArGaze/_projects/PFE/configuration.json",
+ "segment": "./src/argaze/utils/demo/tobii_record/segments/1",
+ "pipeline": "aruco_markers_pipeline.json",
+ "catch_exceptions": true,
"image_parameters": {
"draw_times": true,
"draw_exceptions": true