Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jun 14, 2024
2 parents 7aec822 + 1cb5dcb commit 4078a14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docs/configuration/hardware_acceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Depending on your system, these parameters may not be compatible. More informati

## 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
Expand Down Expand Up @@ -67,7 +67,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:
Expand All @@ -82,7 +82,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

Expand Down
3 changes: 2 additions & 1 deletion docs/docs/integrations/home-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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. |
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/troubleshooting/edgetpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4078a14

Please sign in to comment.