Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # yaml-language-server: $schema=http://192.168.11.79:5000/api/config/schema
- mqtt:
- host: 192.168.10.16
- port: 1883
- user: mqtt
- password: qqqqqqq
- detectors:
- coral:
- type: edgetpu
- device: usb
- birdseye:
- enabled: True
- width: 1280
- height: 720
- quality: 8
- mode: objects
- ffmpeg:
- hwaccel_args: -c:v h264_qsv
- live:
- height: 720
- quality: 1
- detect:
- width: 1920
- height: 1080
- objects:
- track:
- - person
- - car
- - car
- - bus
- - dog
- - cat
- record:
- enabled: True
- retain:
- days: 10
- mode: all
- events:
- retain:
- default: 10
- objects:
- person: 15
- car: 15
- snapshots:
- enabled: True
- timestamp: True
- bounding_box: True
- cameras:
- Driveway:
- ffmpeg:
- inputs:
- - path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0 #subtype=0 means main stream
- roles:
- - record
- - rtmp
- - path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=2 #substream 2
- roles:
- - detect
- output_args:
- record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement