···188188 "analysis_fps_per_camera": 3.0,
189189 "stable_frames": 2,
190190 "cooldown_seconds": 180,
191191+ "event_suppress_seconds": 30,
192192+ "event_clip_seconds": 30,
191193 "pre_event_seconds": 8,
192194 "post_event_seconds": 20,
193195 "classes": ["person", "car", "truck", "dog", "cat", "bird"]
···221223"model": "yolo11n.pt"
222224```
223225224224-When an object is detected for `stable_frames` consecutive analysis frames and
225225-the per-camera/per-class `cooldown_seconds` has elapsed, WildCam:
226226+When an object is detected for `stable_frames` consecutive analysis frames,
227227+the per-camera/per-class `cooldown_seconds` has elapsed, and the camera-wide
228228+`event_suppress_seconds` burst lock has elapsed, WildCam:
226229227230- saves an annotated JPEG snapshot in `~/Videos/Reolink/snapshots`
228231- starts an AVI event clip in `~/Videos/Reolink/events`
229232- sends an email with the image attached if `email.enabled` is `true`
233233+234234+`event_clip_seconds` controls the total event video length and is capped at
235235+180 seconds. `pre_event_seconds` is included in that total length.
230236231237Pretrained COCO classes include `person`, vehicles, and common animals such as
232238`dog`, `cat`, `bird`, `horse`, `sheep`, and `cow`. Wild animals such as deer,