···192192 "event_clip_seconds": 30,
193193 "pre_event_seconds": 8,
194194 "post_event_seconds": 20,
195195+ "motion_required_classes": ["bicycle", "car", "motorcycle", "bus", "truck"],
196196+ "motion_min_pixels": 12.0,
195197 "classes": ["person", "car", "truck", "dog", "cat", "bird"]
196198 },
197199 "email": {
···233235234236`event_clip_seconds` controls the total event video length and is capped at
235237180 seconds. `pre_event_seconds` is included in that total length.
238238+239239+Classes listed in `motion_required_classes` only trigger an event when the
240240+detected bounding box moves by at least `motion_min_pixels` between analyzed
241241+frames. By default this is enabled for vehicle classes, so parked cars do not
242242+create repeated alerts.
236243237244Pretrained COCO classes include `person`, vehicles, and common animals such as
238245`dog`, `cat`, `bird`, `horse`, `sheep`, and `cow`. Wild animals such as deer,