Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- enabled: false
- ffmpeg:
- hwaccel_args: preset-vaapi
- cameras:
- Chickens: # <------ Name the camera
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://192.168.0.15:51334/c99248ce391cab03 # <----- The stream you want to use for detection
- roles:
- - detect
- detect:
- enabled: false # <---- disable detection until you have a working camera feed
- width: 2560
- height: 1440
- FrontDW: # <------ Name the camera
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://localhost:64867/9e11dbaf66bdacc6 # <----- The stream you want to use for detection
- roles:
- - detect
- detect:
- enabled: false # <---- disable detection until you have a working camera feed
- width: 2560
- height: 1440
- detect:
- enabled: true
- version: 0.16-0
Advertisement
Add Comment
Please, Sign In to add comment