From 0e0b30be29eb8ca042db05dc14b28aee70b949c3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 8 Sep 2025 15:16:08 -0600 Subject: [PATCH] Correct Intel stats --- frigate/util/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/util/services.py b/frigate/util/services.py index 185770eb7..b31a7eea3 100644 --- a/frigate/util/services.py +++ b/frigate/util/services.py @@ -301,7 +301,7 @@ def get_intel_gpu_stats(intel_gpu_device: Optional[str]) -> Optional[dict[str, s "-o", "-", "-s", - "1", + "1000", # Intel changed this from seconds to milliseconds in 2024+ versions ] if intel_gpu_device: