From 1fa050fd7ad85303d80cf7a0030e5ec3d19fe7cc Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:46:09 -0500 Subject: [PATCH] Add genai use_snapshot to reference config (#14078) --- docs/docs/configuration/reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 90bf22fad..ee962e642 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -726,6 +726,8 @@ cameras: genai: # Optional: Enable AI description generation (default: shown below) enabled: False + # Optional: Use the object snapshot instead of thumbnails for description generation (default: shown below) + use_snapshot: False # Optional: The default prompt for generating descriptions. Can use replacement # variables like "label", "sub_label", "camera" to make more dynamic. (default: shown below) prompt: "Describe the {label} in the sequence of images with as much detail as possible. Do not describe the background."