DieMetRik

Double-take config

Dec 29th, 2024
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.03 KB | None | 0 0
  1. mqtt:
  2.   host: !secret mqtt_host
  3.   username: !secret mqtt_user
  4.   password: !secret mqtt_password
  5.   client_id: double-take-main
  6.  
  7. frigate:
  8.   url: !secret frigate_url
  9.  
  10.   update_sub_labels: false
  11.   stop_on_match: true
  12.   min_area: 0
  13.   labels:
  14.    - person
  15.   attempts:
  16.     latest: 0
  17.     snapshot: 1
  18. #    snapshot: 0
  19.     mqtt: true
  20.     delay: 0
  21.   image:
  22.     height: 1080
  23.   cameras:
  24.    - entrance
  25.  
  26. logs:
  27.   level: debug
  28.  
  29. opencv:
  30.   scale_factor: 1.05
  31.   min_neighbors: 4.5
  32.   min_size_width: 30
  33.   min_size_height: 30
  34.    
  35. detectors:
  36.   compreface:
  37.     url: !secret compreface_url
  38.     key: !secret compreface_key
  39.     timeout: 15
  40.     det_prob_threshold: 0.3 #0.8
  41.     opencv_face_required: false
  42.     face_plugins: gender,age
  43.  
  44. detect:
  45.   match:
  46.     save: true
  47.     base64: false
  48.     confidence: 92
  49.     purge: 720
  50.     min_area: 12000
  51.  
  52.   unknown:
  53.     save: true
  54.     base64: false
  55.     confidence: 91.99
  56.     purge: 720
  57.     min_area: 4900
  58.    
  59. time:
  60.   format: "yyyy-LL-dd HH:mm:ss ZZ"
  61.   timezone: Europe/Moscow  
  62.    
Add Comment
Please, Sign In to add comment