XeRiZeR

Untitled

Jun 11th, 2022 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.68 KB | None | 0 0
  1. mqtt:
  2.   host: 192.168.1.95
  3.   port: 1883
  4.   topic_prefix: frigate
  5.   client_id: frigate
  6.   user: mqttuser
  7.   password: xxxxxx
  8.   stats_interval: 60
  9.  
  10. objects:
  11.   track:
  12.    - person
  13.   filters:
  14.     person:
  15.       min_score: 0.5
  16.       threshold: 0.7
  17.  
  18. motion:
  19.   threshold: 25
  20.   contour_area: 30
  21.  
  22. cameras:
  23.   Door:
  24.     mqtt:
  25.       timestamp: False
  26.       bounding_box: False
  27.       crop: false
  28.       quality: 75
  29.     ffmpeg:
  30.       inputs:
  31.         - path: rtsp://admin:xxxxxxx@192.168.1.104:10554/udp/av0_0
  32.           roles:
  33.            - detect
  34.     detect:
  35.       width: 1280
  36.       height: 720
  37.       fps: 5
  38.     motion:
  39.       mask:
  40.        - 0,372,55,382,101,387,231,417,243,499,615,526,623,0,0,0
  41.     objects:
  42.       track:
  43.        - person
  44.       filters:
  45.         person:
  46.           mask:
  47.            - 0,0,0,365,26,371,50,372,101,378,136,384,165,389,195,411,240,424,244,500,610,523,624,0
  48.           min_score: 0.5
  49.           threshold: 0.7
  50.     snapshots:
  51.       enabled: true
  52.       timestamp: true
  53.       bounding_box: true
  54.       required_zones:
  55.        - Driveway
  56.         - Doorbell
  57.       retain:
  58.         default: 1
  59.     record:
  60.       enabled: True
  61.       events:
  62.         required_zones:
  63.          - Driveway
  64.           - Doorbell
  65.         retain:
  66.           default: 1
  67.         pre_capture: 300
  68.         post_capture: 200
  69.         objects:
  70.          - person
  71.     zones:
  72.       Doorbell:
  73.         coordinates: 1280,720,1280,0,625,0,613,720
  74.       Driveway:
  75.         coordinates: 0,720,0,597,0,367,236,420,242,499,613,521,613,720
  76.  
  77. ffmpeg:
  78.   input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport udp -stimeout 5000000 -use_wallclock_as_timestamps 1
Add Comment
Please, Sign In to add comment