mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
clarifying addon docs
This commit is contained in:
parent
6482000d6b
commit
f6cd2fc68e
@ -22,6 +22,9 @@ Use of a [Google Coral Accelerator](https://coral.ai/products/) is optional, but
|
|||||||
|
|
||||||
View the documentation at https://blakeblackshear.github.io/frigate
|
View the documentation at https://blakeblackshear.github.io/frigate
|
||||||
|
|
||||||
|
## Donations
|
||||||
|
If you would like to make a donation to support development, please use [Github Sponsors](https://github.com/sponsors/blakeblackshear).
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
Integration into HomeAssistant
|
Integration into HomeAssistant
|
||||||
<div>
|
<div>
|
||||||
|
@ -17,6 +17,7 @@ HassOS users can install via the addon repository. Frigate requires an MQTT serv
|
|||||||
1. Add https://github.com/blakeblackshear/frigate-hass-addons
|
1. Add https://github.com/blakeblackshear/frigate-hass-addons
|
||||||
1. Setup your configuration in the `Configuration` tab
|
1. Setup your configuration in the `Configuration` tab
|
||||||
1. Start the addon container
|
1. Start the addon container
|
||||||
|
1. If you are using hardware acceleration for ffmpeg, you will need to disable "Protection mode"
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
@ -113,3 +114,5 @@ You can calculate the necessary shm-size for each camera with the following form
|
|||||||
```
|
```
|
||||||
(width * height * 1.5 * 7 + 270480)/1048576 = <shm size in mb>
|
(width * height * 1.5 * 7 + 270480)/1048576 = <shm size in mb>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The shm size cannot be set per container for HomeAssistant Addons. You must set `default-shm-size` in `/etc/docker/daemon.json` to increase the default shm size. This will increase the shm size for all of your docker containers. This may or may not cause issues with your setup. https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
|
||||||
|
Loading…
Reference in New Issue
Block a user