Docs tweaks (#5379)

* add note about cameras needing ffmpeg for go2rtc

* clarify error message on GPU stats
This commit is contained in:
Blake Blackshear
2023-02-04 08:47:27 -06:00
committed by GitHub
parent 624c314335
commit e8cd25ddf2
2 changed files with 22 additions and 3 deletions

View File

@@ -187,8 +187,9 @@ export default function System() {
<div className="p-2">
{gpu_usages[gpu]['gpu'] == -1 ? (
<div className="p-4">
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.
</div>
) : (
<Table className="w-full">