Fix frigate live view by capping detect FPS #204

Merged
eblume merged 1 commit from fix/frigate-detect-fps into main 2026-02-17 16:18:03 -08:00

1 commit

Author SHA1 Message Date
7d7762b5d5 Fix frigate live view by capping detect FPS to 2
ONNX inference on ARM64 CPU takes ~750ms/frame, causing the detect
stream to fall behind at 5 FPS. This caps detection at 2 FPS to prevent
recording segment backlog and ffmpeg watchdog restarts. Also syncs
motion masks, zone coordinates, and alert labels from the live config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 16:11:45 -08:00