Advertisement
Guest User

Frigate config

a guest
Apr 22nd, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.70 KB | Software | 0 0
  1. mqtt:
  2.   enabled: false
  3. detectors:
  4.   coral:
  5.     type: edgetpu
  6.     device: usb
  7. record:
  8.   enabled: true
  9.   retain:
  10.     days: 30
  11.     mode: active_objects
  12.   alerts:
  13.     retain:
  14.       days: 30
  15.   detections:
  16.     retain:
  17.       days: 30
  18. objects:
  19.   track:
  20.    - person
  21.     - bicycle
  22.     - car
  23.     - motorcycle
  24.     - bird
  25.     - cat
  26.     - dog
  27.  
  28. go2rtc:
  29.   streams:
  30.     cam_2_go2rtc: # <- for RTSP streams
  31.       - rtsp://admin:[email protected]:554/h264Preview_01_main
  32.       - ffmpeg:cam_2_go2rtc#audio=opus
  33.     cam_3_go2rtc: # <- for RTSP streams
  34.       - rtsp://admin:[email protected]:554/h264Preview_01_main
  35.       - ffmpeg:cam_3_go2rtc#audio=opus
  36.     cam_4_go2rtc: # <- for RTSP streams
  37.       - rtsp://admin:[email protected]:554/h264Preview_01_main
  38.       - ffmpeg:cam_4_go2rtc#audio=opus
  39.     cam_5_go2rtc: # <- for RTSP streams
  40.       - rtsp://admin:[email protected]:554/h264Preview_01_main
  41.       - ffmpeg:cam_5_go2rtc#audio=opus
  42.     cam_6_go2rtc: # <- for RTSP streams
  43.       - rtsp://admin:[email protected]:554/h264Preview_01_main
  44.       - ffmpeg:cam_5_go2rtc#audio=opus
  45.     cam_7_go2rtc: # <- for RTSP streams
  46.       - rtsp://admin:[email protected]:554/h264Preview_01_main
  47.       - ffmpeg:cam_5_go2rtc#audio=opus
  48.  
  49. cameras:
  50.   cam_2:
  51.     ffmpeg:
  52.       output_args:
  53.         record: preset-record-generic-audio-copy
  54.       inputs:
  55.         - path: rtsp://127.0.0.1:8554/cam_2_go2rtc
  56.           input_args: preset-rtsp-restream
  57.     detect:
  58.       enabled: false
  59.   cam_3:
  60.     ffmpeg:
  61.       output_args:
  62.         record: preset-record-generic-audio-copy
  63.       inputs:
  64.         - path: rtsp://127.0.0.1:8554/cam_3_go2rtc
  65.           input_args: preset-rtsp-restream
  66.           roles:
  67.            - detect
  68.   cam_4:
  69.     ffmpeg:
  70.       output_args:
  71.         record: preset-record-generic-audio-copy
  72.       inputs:
  73.         - path: rtsp://127.0.0.1:8554/cam_4_go2rtc
  74.           input_args: preset-rtsp-restream
  75.           roles:
  76.            - detect
  77.   cam_5:
  78.     ffmpeg:
  79.       output_args:
  80.         record: preset-record-generic-audio-copy
  81.       inputs:
  82.         - path: rtsp://127.0.0.1:8554/cam_5_go2rtc
  83.           input_args: preset-rtsp-restream
  84.           roles:
  85.            - detect
  86.   cam_6:
  87.     ffmpeg:
  88.       output_args:
  89.         record: preset-record-generic-audio-copy
  90.       inputs:
  91.         - path: rtsp://127.0.0.1:8554/cam_6_go2rtc
  92.           input_args: preset-rtsp-restream
  93.           roles:
  94.            - detect
  95.   cam_7:
  96.     ffmpeg:
  97.       output_args:
  98.         record: preset-record-generic-audio-copy
  99.       inputs:
  100.         - path: rtsp://127.0.0.1:8554/cam_7_go2rtc
  101.           input_args: preset-rtsp-restream
  102.           roles:
  103.            - detect
  104. version: 0.15-1
  105.  
Tags: Frigate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement