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
d1598ad588
commit
7ca5c3d4bf
@ -272,7 +272,6 @@ def stats_snapshot(
|
|||||||
"audio_rms": round(camera_stats["audio_rms"].value, 4),
|
"audio_rms": round(camera_stats["audio_rms"].value, 4),
|
||||||
"audio_dBFS": round(camera_stats["audio_dBFS"].value, 4),
|
"audio_dBFS": round(camera_stats["audio_dBFS"].value, 4),
|
||||||
}
|
}
|
||||||
stats[name] = stats["cameras"][name] # deprecate in the future?
|
|
||||||
|
|
||||||
stats["detectors"] = {}
|
stats["detectors"] = {}
|
||||||
for name, detector in stats_tracking["detectors"].items():
|
for name, detector in stats_tracking["detectors"].items():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user