diff options
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/ar_layer_configuration_and_execution.md | 8 |
1 files changed, 4 insertions, 4 deletions
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": { |