Skip to content

Commit

Permalink
Disable unused cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Mar 20, 2024
1 parent 50084d1 commit 7f7414a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions configs/frigate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ detect:
fps: 1

cameras:
Vent1:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]/live
# Vent1:
# ffmpeg:
# hwaccel_args: preset-nvidia-h264
# inputs:
# - path: rtsp://admin:[email protected]/live

Vent2:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

Atrium1:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://10.200.2.14:554/Streaming/Channels/101
# Atrium1:
# ffmpeg:
# hwaccel_args: preset-nvidia-h264
# inputs:
# - path: rtsp://10.200.2.14:554/Streaming/Channels/101

Atrium2:
ffmpeg:
Expand All @@ -51,11 +51,11 @@ cameras:
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

Woodshop2:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://10.200.2.15:554/Streaming/Channels/101
# Woodshop2:
# ffmpeg:
# hwaccel_args: preset-nvidia-h264
# inputs:
# - path: rtsp://10.200.2.15:554/Streaming/Channels/101

Classroom1:
ffmpeg:
Expand Down

0 comments on commit 7f7414a

Please sign in to comment.