From 181278a40c65cb2fef6f643d9e1a56cf272a1725 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 10 Apr 2024 21:01:07 +0200 Subject: Updating aruco markers documentation. --- src/argaze/utils/demo/opencv_window_context.json | 11 ++++++++++ .../utils/demo/opencv_window_context_setup.json | 10 --------- .../utils/demo/pupillabs_live_stream_context.json | 11 ++++++++++ .../demo/pupillabs_live_stream_context_setup.json | 10 --------- .../utils/demo/tobii_live_stream_context.json | 24 ++++++++++++++++++++++ .../demo/tobii_live_stream_context_setup.json | 23 --------------------- .../utils/demo/tobii_post_processing_context.json | 12 +++++++++++ .../demo/tobii_post_processing_context_setup.json | 12 ----------- 8 files changed, 58 insertions(+), 55 deletions(-) create mode 100644 src/argaze/utils/demo/opencv_window_context.json delete mode 100644 src/argaze/utils/demo/opencv_window_context_setup.json create mode 100644 src/argaze/utils/demo/pupillabs_live_stream_context.json delete mode 100644 src/argaze/utils/demo/pupillabs_live_stream_context_setup.json create mode 100644 src/argaze/utils/demo/tobii_live_stream_context.json delete mode 100644 src/argaze/utils/demo/tobii_live_stream_context_setup.json create mode 100644 src/argaze/utils/demo/tobii_post_processing_context.json delete mode 100644 src/argaze/utils/demo/tobii_post_processing_context_setup.json (limited to 'src') diff --git a/src/argaze/utils/demo/opencv_window_context.json b/src/argaze/utils/demo/opencv_window_context.json new file mode 100644 index 0000000..d10ac01 --- /dev/null +++ b/src/argaze/utils/demo/opencv_window_context.json @@ -0,0 +1,11 @@ +{ + "argaze.utils.contexts.OpenCV.Window" : { + "name": "OpenCV Window", + "pipeline": "gaze_analysis_pipeline.json", + "catch_exceptions": true, + "image_parameters": { + "draw_times": true, + "draw_exceptions": true + } + } +} \ No newline at end of file diff --git a/src/argaze/utils/demo/opencv_window_context_setup.json b/src/argaze/utils/demo/opencv_window_context_setup.json deleted file mode 100644 index da7dc78..0000000 --- a/src/argaze/utils/demo/opencv_window_context_setup.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "argaze.utils.contexts.OpenCV.Window" : { - "name": "OpenCV Window", - "pipeline": "gaze_analysis_pipeline.json", - "image_parameters": { - "draw_times": true, - "draw_exceptions": true - } - } -} \ No newline at end of file diff --git a/src/argaze/utils/demo/pupillabs_live_stream_context.json b/src/argaze/utils/demo/pupillabs_live_stream_context.json new file mode 100644 index 0000000..df1e988 --- /dev/null +++ b/src/argaze/utils/demo/pupillabs_live_stream_context.json @@ -0,0 +1,11 @@ +{ + "argaze.utils.contexts.PupilLabs.LiveStream" : { + "name": "PupilLabs", + "pipeline": "aruco_markers_pipeline.json", + "catch_exceptions": true, + "image_parameters": { + "draw_times": true, + "draw_exceptions": true + } + } +} \ No newline at end of file diff --git a/src/argaze/utils/demo/pupillabs_live_stream_context_setup.json b/src/argaze/utils/demo/pupillabs_live_stream_context_setup.json deleted file mode 100644 index 3837a19..0000000 --- a/src/argaze/utils/demo/pupillabs_live_stream_context_setup.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "argaze.utils.contexts.PupilLabs.LiveStream" : { - "name": "PupilLabs", - "pipeline": "aruco_markers_pipeline.json", - "image_parameters": { - "draw_times": true, - "draw_exceptions": true - } - } -} \ No newline at end of file diff --git a/src/argaze/utils/demo/tobii_live_stream_context.json b/src/argaze/utils/demo/tobii_live_stream_context.json new file mode 100644 index 0000000..db021de --- /dev/null +++ b/src/argaze/utils/demo/tobii_live_stream_context.json @@ -0,0 +1,24 @@ +{ + "argaze.utils.contexts.TobiiProGlasses2.LiveStream" : { + "name": "Tobii Pro Glasses 2 live stream", + "address": "10.34.0.17", + "project": "MyProject", + "participant": "NewParticipant", + "configuration": { + "sys_ec_preset": "Indoor", + "sys_sc_width": 1920, + "sys_sc_height": 1080, + "sys_sc_fps": 25, + "sys_sc_preset": "Auto", + "sys_et_freq": 50, + "sys_mems_freq": 100 + }, + "pipeline": "aruco_markers_pipeline.json", + "catch_exceptions": true, + "image_parameters": { + "draw_something": false, + "draw_times": true, + "draw_exceptions": true + } + } +} \ No newline at end of file diff --git a/src/argaze/utils/demo/tobii_live_stream_context_setup.json b/src/argaze/utils/demo/tobii_live_stream_context_setup.json deleted file mode 100644 index 275d77f..0000000 --- a/src/argaze/utils/demo/tobii_live_stream_context_setup.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "argaze.utils.contexts.TobiiProGlasses2.LiveStream" : { - "name": "Tobii Pro Glasses 2 live stream", - "address": "10.34.0.17", - "project": "MyProject", - "participant": "NewParticipant", - "configuration": { - "sys_ec_preset": "Indoor", - "sys_sc_width": 1920, - "sys_sc_height": 1080, - "sys_sc_fps": 25, - "sys_sc_preset": "Auto", - "sys_et_freq": 50, - "sys_mems_freq": 100 - }, - "pipeline": "aruco_markers_pipeline.json", - "image_parameters": { - "draw_something": false, - "draw_times": true, - "draw_exceptions": true - } - } -} \ No newline at end of file diff --git a/src/argaze/utils/demo/tobii_post_processing_context.json b/src/argaze/utils/demo/tobii_post_processing_context.json new file mode 100644 index 0000000..fc05541 --- /dev/null +++ b/src/argaze/utils/demo/tobii_post_processing_context.json @@ -0,0 +1,12 @@ +{ + "argaze.utils.contexts.TobiiProGlasses2.PostProcessing" : { + "name": "Tobii Pro Glasses 2 post-processing", + "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 + } + } +} \ No newline at end of file diff --git a/src/argaze/utils/demo/tobii_post_processing_context_setup.json b/src/argaze/utils/demo/tobii_post_processing_context_setup.json deleted file mode 100644 index 9225fca..0000000 --- a/src/argaze/utils/demo/tobii_post_processing_context_setup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "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", - "image_parameters": { - "draw_times": true, - "draw_exceptions": true - } - } -} \ No newline at end of file -- cgit v1.1