Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- host: !secret mqtt_host
- username: !secret mqtt_user
- password: !secret mqtt_password
- client_id: double-take-main
- frigate:
- url: !secret frigate_url
- update_sub_labels: false
- stop_on_match: true
- min_area: 0
- labels:
- - person
- attempts:
- latest: 0
- snapshot: 1
- # snapshot: 0
- mqtt: true
- delay: 0
- image:
- height: 1080
- cameras:
- - entrance
- logs:
- level: debug
- opencv:
- scale_factor: 1.05
- min_neighbors: 4.5
- min_size_width: 30
- min_size_height: 30
- detectors:
- compreface:
- url: !secret compreface_url
- key: !secret compreface_key
- timeout: 15
- det_prob_threshold: 0.3 #0.8
- opencv_face_required: false
- face_plugins: gender,age
- detect:
- match:
- save: true
- base64: false
- confidence: 92
- purge: 720
- min_area: 12000
- unknown:
- save: true
- base64: false
- confidence: 91.99
- purge: 720
- min_area: 4900
- time:
- format: "yyyy-LL-dd HH:mm:ss ZZ"
- timezone: Europe/Moscow
Add Comment
Please, Sign In to add comment