From 986c7e8d0b16f2b8e7f28824b3e1fbd5d5b2236e Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 26 Jun 2024 10:59:43 +0200 Subject: Renaming patch function into edit function. Documenting the edit function. --- docs/user_guide/utils/ready-made_scripts.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md index 5d34bff..bc35d59 100644 --- a/docs/user_guide/utils/ready-made_scripts.md +++ b/docs/user_guide/utils/ready-made_scripts.md @@ -9,9 +9,9 @@ Collection of command-line scripts to provide useful features. !!! note *Use -h option to get command arguments documentation.* -## ArContext handler +## Load ArContext JSON configuration -Load and execute any ArContext from a JSON CONFIGURATION file +Load and execute any [ArContext](../../argaze.md/#argaze.ArFeatures.ArContext) from a JSON CONFIGURATION file ```shell python -m argaze load CONFIGURATION @@ -46,6 +46,14 @@ echo "context.pause()" > /tmp/argaze echo "context.resume()" > /tmp/argaze ``` +## Edit JSON configuration + +Modify the content of JSON CONFIGURATION file with another JSON CHANGES file then, save the result into an OUTPUT file + +```shell +python -m argaze edit CONFIGURATION CHANGES OUTPUT +``` + ## ArUco markers group exporter Detect DICTIONARY and SIZE ArUco markers inside a MOVIE frame then, export detected ArUco markers group as .obj file into an OUTPUT folder. -- cgit v1.1