Update reference docs

This commit is contained in:
leccelecce 2025-03-03 21:22:34 +00:00 committed by GitHub
parent ffa3eafca8
commit 7522043bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -813,6 +813,12 @@ cameras:
- cat - cat
# Optional: Restrict generation to objects that entered any of the listed zones (default: none, all zones qualify) # Optional: Restrict generation to objects that entered any of the listed zones (default: none, all zones qualify)
required_zones: [] required_zones: []
# Optional: What triggers to use to send frames to generative AI during an event (default: shown below)
send_triggers:
# At the end of the event
event_end: True
# Optional: After X many significant updates are received (default: none, only at event end)
after_significant_updates: 0
# Optional: Save thumbnails sent to generative AI for review/debugging purposes (default: shown below) # Optional: Save thumbnails sent to generative AI for review/debugging purposes (default: shown below)
debug_save_thumbnails: False debug_save_thumbnails: False