Untitled

 avatar
unknown
plain_text
2 years ago
1.1 kB
12
Indexable
cameras:
  kitchen-cam:
    ffmpeg:
      inputs:
      - path: rtsp://wyze:kitchen@192.168.1.216/live
        roles:
        - record
        - detect
    motion:
      threshold: 25
      mask:
      - 1254,670,1250,720,1102,720,1106,674
      - 615,82,669,56,700,375,668,420
      - 707,220,1044,234,1045,118,694,107
    objects:
      track:
      - person
      - cat
      - dog
    detect:
      width: 1280
      height: 720
      enabled: true
    record:
      enabled: true
  # Optional: Number of minutes to wait between cleanup runs (default: shown below)
  # This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
      expire_interval: 60
      retain:
        days: 2
        mode: all
      events:
        pre_capture: 5
        post_capture: 5
        retain:
          default: 21
          mode: motion
    snapshots:
      enabled: true
      retain:
    # Required: Default retention days (default: shown below)
        default: 21
Editor is loading...
Leave a Comment