Skip to content

Commit

Permalink
Make note of mapping rpi device (blakeblackshear#6511)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 17, 2023
1 parent 5951a74 commit 6634be1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs/configuration/hardware_acceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6634be1

Please sign in to comment.