diff --git a/.gitignore b/.gitignore index 8c4e982cf..200107ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ web/node_modules web/coverage core !/web/**/*.ts +.idea/* \ No newline at end of file diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index cbd03d541..a889136f2 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -11,12 +11,12 @@ A camera is enabled by default but can be temporarily disabled by using `enabled Each role can only be assigned to one input per camera. The options for roles are as follows: -| Role | Description | -| ---------- | ---------------------------------------------------------------------------------------------------- | -| `detect` | Main feed for object detection | -| `record` | Saves segments of the video feed based on configuration settings. [docs](/configuration/record) | -| `restream` | Broadcast as RTSP feed and use the full res stream for live view. [docs](/configuration/restream) | -| `rtmp` | Deprecated: Broadcast as an RTMP feed for other services to consume. [docs](/configuration/restream) | +| Role | Description | +| ---------- | ---------------------------------------------------------------------------------------- | +| `detect` | Main feed for object detection | +| `record` | Saves segments of the video feed based on configuration settings. [docs](record.md) | +| `restream` | Broadcast as RTSP feed and use the full res stream for live view. [docs](restream.md) | +| `rtmp` | Deprecated: Broadcast as an RTMP feed for other services to consume. [docs](restream.md) | ```yaml mqtt: @@ -48,4 +48,4 @@ cameras: side: ... ``` -For camera model specific settings check the [camera specific](/configuration/camera_specific) infos. +For camera model specific settings check the [camera specific](camera_specific.md) infos. diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index 7a6780a72..78c0b8389 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -7,6 +7,12 @@ It is recommended to update your configuration to enable hardware accelerated de ### Raspberry Pi 3/4 +:::caution + +There is currently a bug in ffmpeg that causes hwaccel to not work for the RPi kernel 5.15.61 and above. For more information see https://github.com/blakeblackshear/frigate/issues/3780 + +::: + 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, you may need to turn off `Protection mode` for hardware acceleration. diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 0df41f5b2..fa3a6f2fa 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -7,7 +7,7 @@ For Home Assistant Addon installations, the config file needs to be in the root For all other installation types, the config file should be mapped to `/config/config.yml` inside the container. -It is recommended to start with a minimal configuration and add to it as described in [this guide](/guides/getting_started): +It is recommended to start with a minimal configuration and add to it as described in [this guide](../guides/getting_started.md): ```yaml mqtt: diff --git a/docs/docs/configuration/objects.mdx b/docs/docs/configuration/objects.mdx index 1d236bf42..c15907339 100644 --- a/docs/docs/configuration/objects.mdx +++ b/docs/docs/configuration/objects.mdx @@ -9,7 +9,7 @@ Frigate includes the object models listed below from the Google Coral test data. Please note: - `car` is listed twice because `truck` has been renamed to `car` by default. These object types are frequently confused. - - `person` is the only tracked object by default. See the [full configuration reference](https://docs.frigate.video/configuration/index#full-configuration-reference) for an example of expanding the list of tracked objects. + - `person` is the only tracked object by default. See the [full configuration reference](index.md#full-configuration-reference) for an example of expanding the list of tracked objects.