GenAI: allow configuring additional send trigger after_significant_updates as well as event_end (#16919)

This commit is contained in:
leccelecce
2025-03-04 09:23:51 -07:00
committed by GitHub
parent 76c35307b2
commit c23653338f
4 changed files with 70 additions and 2 deletions
+6
View File
@@ -813,6 +813,12 @@ cameras:
- cat
# Optional: Restrict generation to objects that entered any of the listed zones (default: none, all zones qualify)
required_zones: []
# Optional: What triggers to use to send frames for a tracked object to generative AI (default: shown below)
send_triggers:
# Once the object is no longer tracked
tracked_object_end: True
# Optional: After X many significant updates are received (default: shown below)
after_significant_updates: None
# Optional: Save thumbnails sent to generative AI for review/debugging purposes (default: shown below)
debug_save_thumbnails: False