aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/background.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/background.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/background.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/background.md b/docs/user_guide/gaze_analysis_pipeline/background.md
index c703a4f..900d151 100644
--- a/docs/user_guide/gaze_analysis_pipeline/background.md
+++ b/docs/user_guide/gaze_analysis_pipeline/background.md
@@ -13,14 +13,16 @@ Here is an extract from the JSON ArFrame configuration file where a background p
```json
{
- "name": "My FullHD screen",
- "size": [1920, 1080],
- ...
- "background": "./bosch.png",
- ...
- "image_parameters": {
+ "argaze.ArFeatures.ArFrame": {
+ "name": "My FullHD screen",
+ "size": [1920, 1080],
...
- "background_weight": 1
+ "background": "./bosch.png",
+ ...
+ "image_parameters": {
+ ...
+ "background_weight": 1
+ }
}
}
```