frigate: Add USB Coral detector

This commit is contained in:
Timo Makinen 2024-02-09 12:12:01 +00:00
parent 8242f11125
commit e1604ce193
5 changed files with 23 additions and 0 deletions

View file

@ -11,6 +11,7 @@ ExecStart=/usr/bin/podman run \
--volume /srv/frigate/config:/config:rw \
--volume /etc/frigate.yml:/config/config.yml:ro \
--volume /srv/frigate/media:/media/frigate:rw \
--volume /dev/bus/usb:/dev/bus/usb:rw \
ghcr.io/blakeblackshear/frigate:{{ frigate_version }}
ExecStop=/usr/bin/podman stop --ignore frigate
ExecStopPost=/usr/bin/podman rm -f --ignore frigate

View file

@ -2,6 +2,11 @@
mqtt:
enabled: false
detectors:
coral:
type: edgetpu
device: usb
cameras:
{% for camera in cctv_cameras %}
{{ camera.name }}: