mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
pass config
This commit is contained in:
parent
17c2522ee1
commit
41ac558642
@ -160,7 +160,7 @@ def stats_snapshot(
|
||||
stats["detection_fps"] = round(total_detection_fps, 2)
|
||||
|
||||
stats["cpu_usages"] = get_cpu_stats()
|
||||
stats["gpu_usages"] = get_gpu_stats()
|
||||
stats["gpu_usages"] = get_gpu_stats(config)
|
||||
|
||||
stats["service"] = {
|
||||
"uptime": (int(time.time()) - stats_tracking["started"]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user