From 379061f847398e5add2eb5d3dda76c9db12a637f Mon Sep 17 00:00:00 2001 From: Sergei <67871383+slepiavka@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:22:55 -0700 Subject: [PATCH 1/3] Typo on edgetpu.md (#11686) Added a missing bracket. --- docs/docs/troubleshooting/edgetpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting/edgetpu.md b/docs/docs/troubleshooting/edgetpu.md index b6cb8d878..e75659087 100644 --- a/docs/docs/troubleshooting/edgetpu.md +++ b/docs/docs/troubleshooting/edgetpu.md @@ -37,7 +37,7 @@ The USB Coral can become stuck and need to be restarted, this can happen for a n ## PCIe Coral Not Detected -The most common reason for the PCIe coral not being detected is that the driver has not been installed. See [the coral docs(https://coral.ai/docs/m2/get-started/#2-install-the-pcie-driver-and-edge-tpu-runtime) for how to install the driver for the PCIe based coral. +The most common reason for the PCIe coral not being detected is that the driver has not been installed. See [the coral docs](https://coral.ai/docs/m2/get-started/#2-install-the-pcie-driver-and-edge-tpu-runtime) for how to install the driver for the PCIe based coral. ## Only One PCIe Coral Is Detected With Coral Dual EdgeTPU From 253551983044e39c3ca24941568d6fa0e43f1e94 Mon Sep 17 00:00:00 2001 From: Julien Ehrhart Date: Sun, 9 Jun 2024 13:44:27 +0200 Subject: [PATCH 2/3] Update HA integration doc with image entities following #548 (#11261) --- docs/docs/integrations/home-assistant.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index f9cb74ebb..d87e4fd8b 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -72,7 +72,8 @@ Home Assistant > Configuration > Integrations > Frigate > Options | Platform | Description | | --------------- | --------------------------------------------------------------------------------- | -| `camera` | Live camera stream (requires RTSP), camera for image of the last detected object. | +| `camera` | Live camera stream (requires RTSP). | +| `image` | Image of the latest detected object for each camera. | | `sensor` | States to monitor Frigate performance, object counts for all zones and cameras. | | `switch` | Switch entities to toggle detection, recordings and snapshots. | | `binary_sensor` | A "motion" binary sensor entity per camera/zone/object. | From 1cb5dcb7dc4ddd81b29e75f517ce1464edacffd8 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 14 Jun 2024 06:44:22 -0500 Subject: [PATCH 3/3] clarify vaapi vs qsv (#11954) --- docs/docs/configuration/hardware_acceleration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index 6aaa1a106..4bcc7c138 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -11,7 +11,7 @@ It is recommended to update your configuration to enable hardware accelerated de ## Raspberry Pi 3/4 -Ensure you increase the allocated RAM for your GPU to at least 128 (`raspi-config` > Performance Options > GPU Memory). +Ensure you increase the allocated RAM for your GPU to at least 128 (`raspi-config` > Performance Options > GPU Memory). If you are using the HA addon, you may need to use the full access variant and turn off `Protection mode` for hardware acceleration. ```yaml @@ -65,7 +65,7 @@ Or map in all the `/dev/video*` devices. ### Via VAAPI -VAAPI supports automatic profile selection so it will work automatically with both H.264 and H.265 streams. VAAPI is recommended for all generations of Intel-based CPUs if QSV does not work. +VAAPI supports automatic profile selection so it will work automatically with both H.264 and H.265 streams. VAAPI is recommended for all generations of Intel-based CPUs. ```yaml ffmpeg: @@ -80,7 +80,7 @@ With some of the processors, like the J4125, the default driver `iHD` doesn't se ### Via Quicksync (>=10th Generation only) -QSV must be set specifically based on the video encoding of the stream. +If VAAPI does not work for you, you can try QSV if your processor supports it. QSV must be set specifically based on the video encoding of the stream. #### H.264 streams