From 38a9df421641670a7c2ac361261728c0b2ce64e8 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 4 Feb 2023 07:21:44 -0600 Subject: [PATCH] clarify error message on GPU stats --- web/src/routes/System.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index e1ff56ed0..18e59d422 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -187,8 +187,9 @@ export default function System() {
{gpu_usages[gpu]['gpu'] == -1 ? (
- There was an error getting usage stats. Either your GPU does not support this or Frigate does - not have proper access. + There was an error getting usage stats. This does not mean hardware acceleration is not working. + Either your GPU does not support this or Frigate does not have proper access to get statistics. + This is expected for the Home Assistant addon.
) : (