Add genai use_snapshot to reference config

This commit is contained in:
Josh Hawkins 2024-09-30 17:02:03 -05:00
parent 94fd75e014
commit 622afe134d

View File

@ -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."