System page: make clear if detect disabled (#5075)

This commit is contained in:
James L
2023-01-13 23:14:07 +00:00
committed by GitHub
parent dafc7edb59
commit 2031c3146f
2 changed files with 9 additions and 4 deletions

View File

@@ -215,6 +215,7 @@ def stats_snapshot(
"process_fps": round(camera_stats["process_fps"].value, 2),
"skipped_fps": round(camera_stats["skipped_fps"].value, 2),
"detection_fps": round(camera_stats["detection_fps"].value, 2),
"detection_enabled": camera_stats["detection_enabled"].value,
"pid": pid,
"capture_pid": cpid,
"ffmpeg_pid": ffmpeg_pid,