diff options
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 |