diff options
author | Théo de la Hogue | 2024-04-02 13:11:22 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-02 13:11:22 +0200 |
commit | d05ad01b0d4960297e59e177e6ecb078f25eec40 (patch) | |
tree | a3f09686edcfb730acf73939d0112401608fdc8f | |
parent | 4b799088a368bd1143fc35b36015a063cec122f6 (diff) | |
download | argaze-d05ad01b0d4960297e59e177e6ecb078f25eec40.zip argaze-d05ad01b0d4960297e59e177e6ecb078f25eec40.tar.gz argaze-d05ad01b0d4960297e59e177e6ecb078f25eec40.tar.bz2 argaze-d05ad01b0d4960297e59e177e6ecb078f25eec40.tar.xz |
Adding debug: false.
-rw-r--r-- | src/argaze/utils/demo/tobii_post_processing_context_setup.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/argaze/utils/demo/tobii_post_processing_context_setup.json b/src/argaze/utils/demo/tobii_post_processing_context_setup.json index 780f957..9225fca 100644 --- a/src/argaze/utils/demo/tobii_post_processing_context_setup.json +++ b/src/argaze/utils/demo/tobii_post_processing_context_setup.json @@ -2,6 +2,7 @@ "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, |