Fix frigate live view by capping detect FPS #204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/frigate-detect-fps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
[person, car]while keepingrequired_zones: [driveway_entrance]Context
The "No frames have been received" error on the gablecam live view was caused by the detect stream falling behind — ONNX YOLO-NAS-s takes ~750ms per inference on ARM64 CPU, but the sub-stream sends 5 FPS. This caused recording segments to pile up and the ffmpeg watchdog to repeatedly kill/restart the process, creating gaps in the live view.
Test plan
frigateapp to branch and verify pod restarts cleanly/api/stats—skipped_fpsshould drop significantly,process_fpsshould be close to 2🤖 Generated with Claude Code