frigate: Add USB Coral detector
This commit is contained in:
parent
8242f11125
commit
e1604ce193
5 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
mqtt:
|
||||
enabled: false
|
||||
|
||||
detectors:
|
||||
coral:
|
||||
type: edgetpu
|
||||
device: usb
|
||||
|
||||
cameras:
|
||||
{% for camera in cctv_cameras %}
|
||||
{{ camera.name }}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue