Skip to content

Commit

Permalink
Merge pull request #310 from imtoanle/frigate-director-cam
Browse files Browse the repository at this point in the history
Add director camera frigate
  • Loading branch information
imtoanle authored Nov 24, 2024
2 parents fc96a38 + 242a23c commit bf6d7ba
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kubernetes/apps/media/frigate/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ go2rtc:
frigate_store_lq:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD}@192.168.1.83:554/cam/realmonitor?channel=1&subtype=1
- "ffmpeg:frigate_store_lq#audio=pcmu"
frigate_director_hq:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD}@192.168.1.110:554/cam/realmonitor?channel=1&subtype=0
- "ffmpeg:frigate_director_hq#audio=pcmu"
frigate_director_lq:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD}@192.168.1.110:554/cam/realmonitor?channel=1&subtype=1
- "ffmpeg:frigate_director_lq#audio=pcmu"
webrtc:
candidates:
- 10.0.99.210:8555
Expand Down Expand Up @@ -141,6 +147,17 @@ cameras:
- record
live:
stream_name: frigate_store_lq
frigate_director:
ffmpeg:
inputs:
- path: rtsp://localhost:8554/frigate_director_lq
roles:
- detect
- path: rtsp://localhost:8554/frigate_director_hq
roles:
- record
live:
stream_name: frigate_director_lq
detectors:
coral:
type: edgetpu
Expand Down

0 comments on commit bf6d7ba

Please sign in to comment.