Skip to content

Commit

Permalink
Add front cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Mar 20, 2024
1 parent 86fc5a0 commit abdc880
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions configs/frigate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ detect:
fps: 1

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

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

Vent:
ffmpeg:
Expand Down

0 comments on commit abdc880

Please sign in to comment.