mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Update stats.py
This commit is contained in:
parent
fec977f8c7
commit
d1598ad588
@ -272,7 +272,7 @@ def stats_snapshot(
|
||||
"audio_rms": round(camera_stats["audio_rms"].value, 4),
|
||||
"audio_dBFS": round(camera_stats["audio_dBFS"].value, 4),
|
||||
}
|
||||
stats[name] = stats["cameras"][name] # deprecate in the future?
|
||||
stats[name] = stats["cameras"][name] # deprecate in the future?
|
||||
|
||||
stats["detectors"] = {}
|
||||
for name, detector in stats_tracking["detectors"].items():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user