mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
clarify error message on GPU stats
This commit is contained in:
parent
eb045e335b
commit
38a9df4216
@ -187,8 +187,9 @@ export default function System() {
|
|||||||
<div className="p-2">
|
<div className="p-2">
|
||||||
{gpu_usages[gpu]['gpu'] == -1 ? (
|
{gpu_usages[gpu]['gpu'] == -1 ? (
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
There was an error getting usage stats. Either your GPU does not support this or Frigate does
|
There was an error getting usage stats. This does not mean hardware acceleration is not working.
|
||||||
not have proper access.
|
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>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<Table className="w-full">
|
<Table className="w-full">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user