Guest User

Untitled

a guest
Jan 9th, 2023
4,985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. mqtt:
  2. host: 192.168.1.221
  3. port: 1883
  4. topic_prefix: frigate
  5. client_id: frigate
  6. user: mqtt
  7. password: mqttpassword
  8. stats_interval: 60
  9.  
  10. cameras:
  11.  
  12. loft:
  13. ffmpeg:
  14. inputs:
  15.  
  16. - path: rtsp://192.168.1.221:8554/camera.loft?video=copy&audio=aac
  17. roles:
  18. - detect
  19. - record
  20. - rtmp
  21.  
  22. output_args:
  23. record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a copy
  24. rtmp: -c:v copy -c:a copy -f flv
  25.  
  26. rtmp:
  27. enabled: true
  28.  
  29. detect:
  30. width: 800
  31. height: 480
  32.  
  33. objects:
  34. track:
  35. - person
  36. filters:
  37. person:
  38. threshold: 0.7
  39.  
  40. snapshots:
  41. enabled: true
  42. timestamp: false
  43. bounding_box: true
  44. retain:
  45. default: 3
  46.  
  47. record:
  48. enabled: true
  49. retain_days: 0
  50. events:
  51. retain:
  52. default: 3
  53.  
  54. zones:
  55. loft_zone:
  56. coordinates: 800,480,800,163,243,225,237,480
  57.  
  58. motion:
  59. mask: 0,0,653,0,693,153,0,187
Add Comment
Please, Sign In to add comment