Updated camera IPs

This commit is contained in:
Radar231 2024-02-05 10:35:35 -05:00
parent 285128136b
commit 296040e69e
2 changed files with 266 additions and 7 deletions

View File

@ -24,19 +24,19 @@ timestamp_style:
go2rtc:
streams:
driveway:
- rtsp://{FRIGATE_CAM2_USER}:{FRIGATE_CAM2_PW}@192.168.30.177:554/1/1
- rtsp://{FRIGATE_CAM2_USER}:{FRIGATE_CAM2_PW}@192.168.30.101:554/1/1
driveway_sub:
- rtsp://{FRIGATE_CAM2_USER}:{FRIGATE_CAM2_PW}@192.168.30.177:554/1/2
- rtsp://{FRIGATE_CAM2_USER}:{FRIGATE_CAM2_PW}@192.168.30.101:554/1/2
front:
- rtsp://{FRIGATE_CAM1_USER}:{FRIGATE_CAM1_PW}@192.168.30.211:554/1/1
- rtsp://{FRIGATE_CAM1_USER}:{FRIGATE_CAM1_PW}@192.168.30.102:554/1/1
front_sub:
- rtsp://{FRIGATE_CAM1_USER}:{FRIGATE_CAM1_PW}@192.168.30.211:554/1/2
- rtsp://{FRIGATE_CAM1_USER}:{FRIGATE_CAM1_PW}@192.168.30.102:554/1/2
back:
- rtsp://{FRIGATE_CAM3_USER}:{FRIGATE_CAM3_PW}@192.168.30.183:554/1/1
- rtsp://{FRIGATE_CAM3_USER}:{FRIGATE_CAM3_PW}@192.168.30.103:554/1/1
back_sub:
- rtsp://{FRIGATE_CAM3_USER}:{FRIGATE_CAM3_PW}@192.168.30.183:554/1/2
- rtsp://{FRIGATE_CAM3_USER}:{FRIGATE_CAM3_PW}@192.168.30.103:554/1/2
garage:
- rtsp://{FRIGATE_CAM4_USER}:{FRIGATE_CAM4_PW}@192.168.30.150/live
- rtsp://{FRIGATE_CAM4_USER}:{FRIGATE_CAM4_PW}@192.168.30.104/live
webrtc:
candidates:
- 192.168.20.33:8555

259
config/live_config.yml Normal file
View File

@ -0,0 +1,259 @@
---
#######################################
mqtt:
enabled: True
host: 192.168.20.81
port: 1883
topic_prefix: frigate
client_id: frigate
user: "{FRIGATE_MQTT_USER}"
password: "{FRIGATE_MQTT_PW}"
#######################################
timestamp_style:
position: "tl"
format: "%Y-%m-%d %H:%M:%S"
color:
red: 255
green: 255
blue: 255
thickness: 2
effect: shadow
#######################################
go2rtc:
streams:
driveway:
- rtsp://{FRIGATE_CAM2_USER}:{FRIGATE_CAM2_PW}@192.168.30.101:554/1/1
driveway_sub:
- rtsp://{FRIGATE_CAM2_USER}:{FRIGATE_CAM2_PW}@192.168.30.101:554/1/2
front:
- rtsp://{FRIGATE_CAM1_USER}:{FRIGATE_CAM1_PW}@192.168.30.102:554/1/1
front_sub:
- rtsp://{FRIGATE_CAM1_USER}:{FRIGATE_CAM1_PW}@192.168.30.102:554/1/2
back:
- rtsp://{FRIGATE_CAM3_USER}:{FRIGATE_CAM3_PW}@192.168.30.103:554/1/1
back_sub:
- rtsp://{FRIGATE_CAM3_USER}:{FRIGATE_CAM3_PW}@192.168.30.103:554/1/2
garage:
- rtsp://{FRIGATE_CAM4_USER}:{FRIGATE_CAM4_PW}@192.168.30.104/live
webrtc:
candidates:
- 192.168.20.33:8555
- stun:8555
#######################################
detectors:
cpu1:
type: cpu
num_threads: 2
cpu2:
type: cpu
num_threads: 2
cpu3:
type: cpu
num_threads: 2
#######################################
birdseye:
enabled: True
mode: continuous
width: 960
height: 540
restream: True
#######################################
live:
height: 1080
quality: 1
#stream_name: driveway
##############################################################################
cameras:
#####################################
driveway:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/driveway_sub
roles:
- detect
- path: rtsp://127.0.0.1:8554/driveway
roles:
- record
detect:
enabled: True # <---- disable detection until you have a working camera feed
width: 640 # <---- update for your camera's resolution
height: 360 # <---- update for your camera's resolution
objects:
track:
- person
- car
snapshots:
enabled: True
timestamp: True
bounding_box: True
required_zones:
- road_zone
- driveway_zone
record:
enabled: True
retain:
days: 3
events:
required_zones:
- road_zone
- driveway_zone
zones:
driveway_zone:
coordinates: 440,215,553,248,590,201,516,188
objects:
- person
- car
road_zone:
coordinates: 618,206,619,177,300,134,283,151
objects:
- person
- car
motion:
mask:
- 278,0,281,168,237,166,217,117,193,110,161,103,0,112,0,0
- 375,191,366,144,326,141,326,183
- 325,139,640,172,603,115,559,32,287,60,286,125
#####################################
front:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_sub
roles:
- detect
- path: rtsp://127.0.0.1:8554/front
roles:
- record
detect:
enabled: True # <---- disable detection until you have a working camera feed
width: 640 # <---- update for your camera's resolution
height: 360 # <---- update for your camera's resolution
objects:
track:
- person
- car
snapshots:
enabled: True
timestamp: True
bounding_box: True
required_zones:
- front-door_zone
- sidewalk_zone
- driveway_zone
record:
enabled: True
retain:
days: 3
events:
required_zones:
- front-door_zone
- sidewalk_zone
- driveway_zone
zones:
front-door_zone:
coordinates: 47,195,66,337,320,336,311,33,182,37
objects:
- person
sidewalk_zone:
coordinates: 371,244,459,214,457,163,394,117,353,116
objects:
- person
front_driveway_zone:
coordinates: 523,126,524,107,347,79,354,105
objects:
- person
- car
motion:
mask:
- 576,23,511,0,520,141,570,144
- 347,79,452,99,455,63,347,0
- 345,360,406,360,399,211,348,193
#####################################
garage:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/garage
roles:
- detect
- record
detect:
enabled: False # <---- disable detection until you have a working camera feed
width: 1920 # <---- update for your camera's resolution
height: 1080 # <---- update for your camera's resolution
objects:
track:
- person
- dog
snapshots:
enabled: True
timestamp: True
required_zones:
- yard_zone
record:
enabled: True
events:
required_zones:
- yard_zone
retain:
days: 3
zones:
yard_zone:
coordinates: 648,361,758,730,1028,712,993,445,1218,357,1211,325,1331,254,703,286,631,294
objects:
- person
- dog
motion:
mask:
- 1920,0,1920,249,1388,223,1345,250,1249,249,1046,282,636,282,520,270,502,0
#####################################
back:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/back
roles:
- detect
- record
detect:
enabled: False # <---- disable detection until you have a working camera feed
width: 1920 # <---- update for your camera's resolution
height: 1080 # <---- update for your camera's resolution
objects:
track:
- person
- dog
snapshots:
enabled: True
timestamp: True
required_zones:
- yard_zone
record:
enabled: True
events:
required_zones:
- yard_zone
retain:
days: 3
zones:
yard_zone:
coordinates: 648,361,758,730,1028,712,993,445,1218,357,1211,325,1331,254,703,286,631,294
objects:
- person
- dog
motion:
mask:
- 1920,0,1920,249,1388,223,1345,250,1249,249,1046,282,636,282,520,270,502,0
# EOF