Guest User

config

a guest
Sep 9th, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. mqtt:
  2. enabled: false
  3.  
  4. ffmpeg:
  5. hwaccel_args: preset-vaapi
  6.  
  7. cameras:
  8. Chickens: # <------ Name the camera
  9. enabled: true
  10. ffmpeg:
  11. inputs:
  12. - path: rtsp://192.168.0.15:51334/c99248ce391cab03 # <----- The stream you want to use for detection
  13. roles:
  14. - detect
  15. detect:
  16. enabled: false # <---- disable detection until you have a working camera feed
  17. width: 2560
  18. height: 1440
  19. FrontDW: # <------ Name the camera
  20. enabled: true
  21. ffmpeg:
  22. inputs:
  23. - path: rtsp://localhost:64867/9e11dbaf66bdacc6 # <----- The stream you want to use for detection
  24. roles:
  25. - detect
  26. detect:
  27. enabled: false # <---- disable detection until you have a working camera feed
  28. width: 2560
  29. height: 1440
  30. detect:
  31. enabled: true
  32. version: 0.16-0
Advertisement
Add Comment
Please, Sign In to add comment