frigate: Add front yard camera
We're trying to sell the Hustler lawn mower, so we plan to set it out at the end of the driveway for passers-by to see. I've temporarily installed one of the Annke cameras in the kitchen, pointed out the front window, to monitor it.unifi-restore
parent
641ddf8613
commit
1b94530b1f
|
@ -142,6 +142,36 @@ frigate_config:
|
||||||
zones:
|
zones:
|
||||||
pool_zone:
|
pool_zone:
|
||||||
coordinates: 532,78,1063,21,1117,31,979,208,931,301,515,307,406,375,231,373,204,291
|
coordinates: 532,78,1063,21,1117,31,979,208,931,301,515,307,406,375,231,373,204,291
|
||||||
|
front_yard:
|
||||||
|
enabled: false
|
||||||
|
detect:
|
||||||
|
height: 1080
|
||||||
|
width: 1920
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/front_yard
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://admin:VtZ6zN7cibn9eQDi@172.30.0.216:554/Streaming/channels/101
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
objects:
|
||||||
|
track:
|
||||||
|
- person
|
||||||
|
record:
|
||||||
|
enabled: true
|
||||||
|
events:
|
||||||
|
retain:
|
||||||
|
default: 365
|
||||||
|
retain:
|
||||||
|
days: 7
|
||||||
|
rtmp:
|
||||||
|
enabled: false
|
||||||
|
snapshots:
|
||||||
|
enabled: true
|
||||||
|
retain:
|
||||||
|
default: 365
|
||||||
go2rtc:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
front_porch:
|
front_porch:
|
||||||
|
@ -150,6 +180,8 @@ frigate_config:
|
||||||
- rtsp://frigate:{FRIGATE_AMCREST_RTSP_PASSWORD}@172.30.0.212/cam/realmonitor?channel=1&subtype=0
|
- rtsp://frigate:{FRIGATE_AMCREST_RTSP_PASSWORD}@172.30.0.212/cam/realmonitor?channel=1&subtype=0
|
||||||
back_yard:
|
back_yard:
|
||||||
- rtsp://frigate:{FRIGATE_AMCREST_RTSP_PASSWORD}@172.30.0.215/cam/realmonitor?channel=1&subtype=0
|
- rtsp://frigate:{FRIGATE_AMCREST_RTSP_PASSWORD}@172.30.0.215/cam/realmonitor?channel=1&subtype=0
|
||||||
|
front_yard:
|
||||||
|
- rtsp://admin:VtZ6zN7cibn9eQDi@172.30.0.216:554/Streaming/channels/101
|
||||||
detectors:
|
detectors:
|
||||||
coral:
|
coral:
|
||||||
device: pci:0
|
device: pci:0
|
||||||
|
|
Loading…
Reference in New Issue