#HaOS on RPI5, w/Frigate+Coral

1 messages · Page 1 of 1 (latest)

cunning pier
#

HaOS newbie here.
I setup a RPI5 with HaOS 16 and got the Frigate integration and add on working with my cameras (4).

For now I'm not trying to detect any motion or record, just live feeds.

  1. Should I be concerned that Detector CPU Usage" is consistently high? Around 150%

  2. If I attach a Coral usb TPU will the addon automatically detect and use the device? Or are there additional steps to setup the hardware?

Here's my settings so far:

mqtt:
  enabled: false
birdseye:
  enabled: true
  quality: 6
  mode: continuous
  layout:
      scaling_factor: 3.0
      max_cameras: 4
ffmpeg:
  hwaccel_args: preset-rpi-64-h265
detect:
  width: 640
  height: 360
  fps: 2
cameras:
  driveway:
    ffmpeg:
      inputs:
        - path:
            rtsp://192.168.1.1:554/stream1?...
  .......
mossy lavaBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

high glen
#

if you don't want object detection then you need to disable it

cunning pier
high glen
#

yes

cunning pier
# high glen yes

Great thanks. I'll wait til I get the Coral and try this according to this page

detectors:
  coral:
    type: edgetpu
    device: usb

Frigate supports multiple different detectors that work on different types of hardware: