From 82e8082dde2bbfd8d02af926364344c2fc931a89 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 29 Aug 2023 13:45:56 +0200 Subject: Renaming AOI. --- .../ar_layer_configuration_and_execution.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/user_guide/gaze_analysis_pipeline') diff --git a/docs/user_guide/gaze_analysis_pipeline/ar_layer_configuration_and_execution.md b/docs/user_guide/gaze_analysis_pipeline/ar_layer_configuration_and_execution.md index fcacba6..e96bfff 100644 --- a/docs/user_guide/gaze_analysis_pipeline/ar_layer_configuration_and_execution.md +++ b/docs/user_guide/gaze_analysis_pipeline/ar_layer_configuration_and_execution.md @@ -20,10 +20,10 @@ Here is the JSON ArFrame configuration file example where one layer is added: "MyLayer": { "aoi_color": [0, 0, 255], "aoi_scene" : { - "upper_left_corner": [[0, 0], [960, 0], [960, 540], [0, 540]], - "upper_right_corner": [[960, 0], [1920, 0], [1920, 540], [960, 540]], - "lower_left_corner": [[0, 540], [960, 540], [960, 1080], [0, 1080]], - "lower_right_corner": [[960, 540], [1920, 540], [1920, 1080], [960, 1080]] + "upper_left_area": [[0, 0], [960, 0], [960, 540], [0, 540]], + "upper_right_area": [[960, 0], [1920, 0], [1920, 540], [960, 540]], + "lower_left_area": [[0, 540], [960, 540], [960, 1080], [0, 1080]], + "lower_right_area": [[960, 540], [1920, 540], [1920, 1080], [960, 1080]] }, "aoi_matcher": { "DeviationCircleCoverage": { -- cgit v1.1