Skip to content

Commit

Permalink
[home] adjusted to home camera w/ frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 19, 2024
1 parent 49e47ba commit e265d67
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ data:
default: 3000
objects:
person: 1000
go2rtc:
streams:
hall_cam: "exec:ffmpeg -v trace -headers 'Authorization: Bearer {FRIGATE_HA_TOKEN}' -i http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy/camera.acessoweb_scseg_com_br -rtsp_transport -c copy -f rtsp {{output}}"
cameras:
hall_cam:
home:
enabled: True
rtmp:
enabled: False
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hall_cam
input_args: preset-rtsp-restream
- path: rtsp://wyze-bridge.homeassistant.svc.cluster.local:8554/studiocam
input_args: preset-rtsp-generic
roles:
- detect
- record
mqtt:
enabled: False
snapshots:
Expand All @@ -57,7 +55,7 @@ data:
audio:
enabled: False
record:
enabled: False
enabled: true
retain:
days: 3
mode: all
Expand Down

0 comments on commit e265d67

Please sign in to comment.