mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-04-14 01:17:50 +02:00
Merge remote-tracking branch 'origin/master' into release-0.9.0
This commit is contained in:
commit
5a209caed3
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe what you are trying to accomplish and why in non technical terms**
|
||||||
|
I want to be able to ... so that I can ...
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
@ -14,6 +14,7 @@ title: Optimizing performance
|
|||||||
Frigate works on Raspberry Pi 3b/4 and x86 machines. It is recommended to update your configuration to enable hardware accelerated decoding in ffmpeg. Depending on your system, these parameters may not be compatible.
|
Frigate works on Raspberry Pi 3b/4 and x86 machines. It is recommended to update your configuration to enable hardware accelerated decoding in ffmpeg. Depending on your system, these parameters may not be compatible.
|
||||||
|
|
||||||
Raspberry Pi 3/4 (32-bit OS)
|
Raspberry Pi 3/4 (32-bit OS)
|
||||||
|
Ensure you increase the allocated RAM for your GPU to at least 128 (raspi-config > Performance Options > GPU Memory).
|
||||||
**NOTICE**: If you are using the addon, ensure you turn off `Protection mode` for hardware acceleration.
|
**NOTICE**: If you are using the addon, ensure you turn off `Protection mode` for hardware acceleration.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -8,18 +8,18 @@ The best way to integrate with Home Assistant is to use the [official integratio
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Available via HACS as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories). To install:
|
### Preparation
|
||||||
|
|
||||||
- Add the custom repository:
|
The Frigate integration requires the `mqtt` integration to be installed and
|
||||||
|
manually configured first.
|
||||||
|
|
||||||
```
|
See the [MQTT integration
|
||||||
Home Assistant > HACS > Integrations > [...] > Custom Repositories
|
documentation](https://www.home-assistant.io/integrations/mqtt/) for more
|
||||||
```
|
details.
|
||||||
|
|
||||||
| Key | Value |
|
### Integration installation
|
||||||
| -------------- | ----------------------------------------------------------- |
|
|
||||||
| Repository URL | https://github.com/blakeblackshear/frigate-hass-integration |
|
Available via HACS as a default repository. To install:
|
||||||
| Category | Integration |
|
|
||||||
|
|
||||||
- Use [HACS](https://hacs.xyz/) to install the integration:
|
- Use [HACS](https://hacs.xyz/) to install the integration:
|
||||||
|
|
||||||
@ -38,6 +38,12 @@ Note: You will also need
|
|||||||
[media_source](https://www.home-assistant.io/integrations/media_source/) enabled
|
[media_source](https://www.home-assistant.io/integrations/media_source/) enabled
|
||||||
in your Home Assistant configuration for the Media Browser to appear.
|
in your Home Assistant configuration for the Media Browser to appear.
|
||||||
|
|
||||||
|
### (Optional) Lovelace Card Installation
|
||||||
|
|
||||||
|
To install the optional companion Lovelace card, please see the [separate
|
||||||
|
installation instructions](https://github.com/dermotduffy/frigate-hass-card) for
|
||||||
|
that card.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
When configuring the integration, you will be asked for the following parameters:
|
When configuring the integration, you will be asked for the following parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user