frigate/frigate
ryzendigo 27b7ef0a7a
fix: mismatched time sources break birdseye idle heartbeat (#22466)
The idle heartbeat check in BirdsEyeOutputProcess.update() compares
time.monotonic() (seconds since an arbitrary point, typically boot)
against last_output_time which is set from datetime.datetime.now().timestamp()
(Unix epoch seconds).

These are completely different time bases. The subtraction produces a
large negative number, so the idle heartbeat condition can never be
satisfied. This means birdseye stops sending frames when all cameras
go idle, instead of continuing at the configured idle_heartbeat_fps.

Use datetime.datetime.now().timestamp() consistently for both the
heartbeat check and the output time tracking.
2026-04-30 12:16:49 -06:00
..
api Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
camera send MQTT snapshot when object enters required zone (#22690) 2026-03-29 12:33:57 -05:00
comms Camera access fixes (#22987) 2026-04-23 12:27:49 -06:00
config Miscellaneous fixes (#23017) 2026-04-28 08:54:09 -06:00
data_processing Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
db More mypy cleanup (#22658) 2026-03-26 12:54:12 -06:00
detectors Add warm-up to onnx as some GPUs require kernel compilation before accepting inferences (#22685) 2026-03-29 11:19:46 -05:00
embeddings Miscellaneous fixes (#23032) 2026-04-29 16:20:19 -06:00
events Miscellaneous fixes (#23017) 2026-04-28 08:54:09 -06:00
genai Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
jobs Add step + percent progress for exports (#22915) 2026-04-17 12:18:12 -06:00
motion Optimize more mypy classes (#22637) 2026-03-25 12:53:19 -06:00
object_detection Optimize more mypy classes (#22637) 2026-03-25 12:53:19 -06:00
output fix: mismatched time sources break birdseye idle heartbeat (#22466) 2026-04-30 12:16:49 -06:00
ptz remove dead code and repair utf-8 preset names via latin-1 round trip (#22818) 2026-04-08 16:20:58 -05:00
record Miscellaneous fixes (#22913) 2026-04-18 07:10:50 -06:00
review Inverse mypy and more mypy fixes (#22645) 2026-03-25 19:30:59 -05:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Improve metrics UI performance (#22691) 2026-03-29 11:58:47 -06:00
test Camera access fixes (#22987) 2026-04-23 12:27:49 -06:00
track Display more scores in Tracking Details (#22799) 2026-04-07 10:06:22 -06:00
util use object-anchored snapshot crops for classification wizard examples (#22985) 2026-04-23 08:53:48 -05:00
video Miscellaneous fixes (#23032) 2026-04-29 16:20:19 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Handle SIGINT with forkserver (#18860) 2025-08-16 10:20:33 -05:00
app.py remove temporary DB cleanup check (#22950) 2026-04-21 05:11:01 -06:00
const.py Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
debug_replay.py Add ability to delete cameras (#22336) 2026-03-08 16:23:48 -06:00
ffmpeg_presets.py Tweaks (#22656) 2026-03-26 13:47:24 -05:00
log.py Add languages (#21870) 2026-02-03 13:29:52 -06:00
models.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
mypy.ini More mypy cleanup (#22658) 2026-03-26 12:54:12 -06:00
plus.py fix: upload_image parses response body before checking HTTP status (#22475) 2026-03-16 17:34:30 -06:00
storage.py Improve readability by removing trailing digits caused by floating number conversion (#22934) 2026-04-20 06:35:48 -06:00
timeline.py Display more scores in Tracking Details (#22799) 2026-04-07 10:06:22 -06:00
types.py Media sync API refactor and UI (#21542) 2026-02-26 21:27:56 -07:00
watchdog.py Miscellaneous fixes (#23032) 2026-04-29 16:20:19 -06:00