Replace garage camera

This commit is contained in:
Ashish D'Souza 2024-12-21 10:52:43 -06:00
parent 8900de55c1
commit 167af2d508
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,7 @@ model:
go2rtc:
streams:
garage:
- 'rtsp://{FRIGATE_GARAGE_RTSP_USERNAME}:{FRIGATE_GARAGE_RTSP_PASSWORD}@192.168.0.102:554/live'
- 'rtsp://wyze-bridge:8554/garage-cam-v4'
doorbell:
- 'rtsp://{FRIGATE_DOORBELL_RTSP_USERNAME}:{FRIGATE_DOORBELL_RTSP_PASSWORD}@192.168.0.105:554/cam/realmonitor?channel=1&subtype=0#backchannel=0'
front_door:
@ -59,6 +59,8 @@ cameras:
motion:
mask:
- 1384,1058,1384,1009,1872,1009,1872,1058 # Timestamp
live:
height: 1080
doorbell:
enabled: true
ffmpeg:

View File

@ -60,7 +60,7 @@ services:
restart: unless-stopped
environment:
NET_MODE: LAN
FILTER_NAMES: Back Yard Cam
FILTER_NAMES: Back Yard Cam, Garage Cam v4
WB_AUTH: 'false'
WYZE_EMAIL: ${WYZE_EMAIL}
WYZE_PASSWORD: ${WYZE_PASSWORD}