Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- enabled: false
- detectors:
- coral:
- type: edgetpu
- device: usb
- record:
- enabled: true
- retain:
- days: 30
- mode: active_objects
- alerts:
- retain:
- days: 30
- detections:
- retain:
- days: 30
- objects:
- track:
- - person
- - bicycle
- - car
- - motorcycle
- - bird
- - cat
- - dog
- go2rtc:
- streams:
- cam_2_go2rtc: # <- for RTSP streams
- - rtsp://admin:[email protected]:554/h264Preview_01_main
- - ffmpeg:cam_2_go2rtc#audio=opus
- cam_3_go2rtc: # <- for RTSP streams
- - rtsp://admin:[email protected]:554/h264Preview_01_main
- - ffmpeg:cam_3_go2rtc#audio=opus
- cam_4_go2rtc: # <- for RTSP streams
- - rtsp://admin:[email protected]:554/h264Preview_01_main
- - ffmpeg:cam_4_go2rtc#audio=opus
- cam_5_go2rtc: # <- for RTSP streams
- - rtsp://admin:[email protected]:554/h264Preview_01_main
- - ffmpeg:cam_5_go2rtc#audio=opus
- cam_6_go2rtc: # <- for RTSP streams
- - rtsp://admin:[email protected]:554/h264Preview_01_main
- - ffmpeg:cam_5_go2rtc#audio=opus
- cam_7_go2rtc: # <- for RTSP streams
- - rtsp://admin:[email protected]:554/h264Preview_01_main
- - ffmpeg:cam_5_go2rtc#audio=opus
- cameras:
- cam_2:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/cam_2_go2rtc
- input_args: preset-rtsp-restream
- detect:
- enabled: false
- cam_3:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/cam_3_go2rtc
- input_args: preset-rtsp-restream
- roles:
- - detect
- cam_4:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/cam_4_go2rtc
- input_args: preset-rtsp-restream
- roles:
- - detect
- cam_5:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/cam_5_go2rtc
- input_args: preset-rtsp-restream
- roles:
- - detect
- cam_6:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/cam_6_go2rtc
- input_args: preset-rtsp-restream
- roles:
- - detect
- cam_7:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/cam_7_go2rtc
- input_args: preset-rtsp-restream
- roles:
- - detect
- version: 0.15-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement