Make note of mapping rpi device (#6511)

This commit is contained in:
Nicolas Mowen 2023-05-17 06:38:27 -06:00 committed by GitHub
parent 5951a740d2
commit 6634be1f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,20 @@ ffmpeg:
hwaccel_args: preset-rpi-64-h264
```
:::note
If running Frigate in docker, you either need to run in priviliged mode or be sure to map the /dev/video1x devices to Frigate
```yaml
docker run -d \
--name frigate \
...
--device /dev/video10 \
ghcr.io/blakeblackshear/frigate:stable
```
:::
### Intel-based CPUs
#### Via VAAPI