Quality of life documentation updates (#16852)

* Update getting_started with full host:container syntax for hwacc

* Update edgetpu.md

Add a tip about the coral TPU not changing identification until after Frigate runs an inference on the TPU.
This commit is contained in:
Jared
2025-02-27 09:45:32 -07:00
committed by GitHub
parent 2b7b5e3f08
commit f221a7ae74
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ services:
frigate:
...
devices:
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
- /dev/dri/renderD128:/dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
...
```