group_vars/frigate: Add second back yard camera
Adding a second camera to the back yard, on the North side of the porch, to try and figure out how the possums keep getting under the porch even with the chicken wire around it!
This commit is contained in:
@@ -84,4 +84,40 @@ frigate_cameras:
|
||||
enabled: true
|
||||
retain:
|
||||
default: 365
|
||||
back_yard2:
|
||||
ffmpeg:
|
||||
inputs:
|
||||
# 640x480 for object detection
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=1
|
||||
roles:
|
||||
- detect
|
||||
# 4k for recording
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=0
|
||||
roles:
|
||||
- record
|
||||
# 1080p for streaming via Home Assistant
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=2
|
||||
roles:
|
||||
- rtmp
|
||||
detect:
|
||||
height: 480
|
||||
width: 640
|
||||
objects:
|
||||
track:
|
||||
- person
|
||||
- cat
|
||||
- dog
|
||||
- bird
|
||||
record:
|
||||
enabled: true
|
||||
retain_days: 2
|
||||
events:
|
||||
retain:
|
||||
default: 90
|
||||
rtmp:
|
||||
enabled: true
|
||||
snapshots:
|
||||
enabled: true
|
||||
retain:
|
||||
default: 365
|
||||
frigate_shm_size: 256
|
||||
|
||||
Reference in New Issue
Block a user