Skip to content

Commit

Permalink
add back zones
Browse files Browse the repository at this point in the history
  • Loading branch information
rssnyder committed Aug 28, 2024
1 parent b531fdb commit b074761
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions k8s/frigate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ config: |
lab_sub: "rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0"
# roam: "ffmpeg:http://192.168.0.96/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=<+secrets.getValue("default_lab_password")>#video=copy#audio=copy#audio=opus"
# roam_sub: "ffmpeg:http://192.168.0.96/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=<+secrets.getValue("default_lab_password")>"
record:
enabled: True
retain:
days: 3
mode: motion
events:
retain:
default: 30
mode: motion
cameras:
back:
ffmpeg:
Expand All @@ -51,16 +60,16 @@ config: |
input_args: preset-rtsp-restream
roles:
- detect
record:
enabled: true
# events:
# required_zones:
# - door
# - car
review:
detections:
required_zones:
- door
alerts:
required_zones:
- door
snapshots:
required_zones:
- door
- car
zones:
door:
coordinates: 592,291,544,291,542,322,578,325
Expand All @@ -82,14 +91,13 @@ config: |
- path: rtsp://admin:<+secrets.getValue("default_lab_password")>@192.168.0.99:554/h264Preview_01_main
roles:
- detect
detect:
width: 2560
height: 1440
record:
enabled: true
# events:
# required_zones:
# - yard
review:
detections:
required_zones:
- yard
alerts:
required_zones:
- yard
snapshots:
required_zones:
- yard
Expand All @@ -107,10 +115,6 @@ config: |
coordinates: 0,1440,2560,1440,2560,1140,1844,1116,1533,1102,1161,1084,738,1049,0,1009
objects:
- person
driveway:
coordinates: 2560,1440,2061,1440,2170,1041,2342,1041,2560,1153
objects:
- car
onvif:
host: 192.168.0.99
port: 8000
Expand Down

0 comments on commit b074761

Please sign in to comment.