diff --git a/group_vars/frigate/main.yml b/group_vars/frigate/main.yml index 1a112af..e6f133a 100644 --- a/group_vars/frigate/main.yml +++ b/group_vars/frigate/main.yml @@ -46,13 +46,18 @@ frigate_cameras: back_yard: ffmpeg: inputs: + # 640x480 for object detection - path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=1 roles: - detect + # 4k for recording - path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=0 roles: - clips - #- rtmp + # 1080p for streaming viaHome Assistant + - path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=2 + roles: + - rtmp height: 480 width: 640 objects: @@ -64,9 +69,9 @@ frigate_cameras: clips: enabled: true rtmp: - enabled: false + enabled: true snapshots: enabled: true retain: default: 365 -frigate_shm_size: 100 +frigate_shm_size: 256