mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-04-10 01:15:54 +02:00
Make note of mapping rpi device (#6511)
This commit is contained in:
parent
5951a740d2
commit
6634be1f79
@ -15,6 +15,20 @@ ffmpeg:
|
|||||||
hwaccel_args: preset-rpi-64-h264
|
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
|
### Intel-based CPUs
|
||||||
|
|
||||||
#### Via VAAPI
|
#### Via VAAPI
|
||||||
|
Loading…
Reference in New Issue
Block a user