Содержание

Frigate

Документация

Порты:

Конфигурация

config.yml
mqtt:
  enabled: false
snapshots:
  enabled: true
  bounding_box: true
record:
  enabled: true
detect:
  width: 640
  height: 480
  fps: 5
timestamp_style:
  format: "%d.%m.%Y %H:%M:%S"
  effect: shadow
objects:
  track:
    - person
    - cat
    - dog

cameras:
  door:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.2/live/ch00_1
          roles:
            - detect
        - path: rtsp://192.168.1.2/live/ch00_0
          roles:
            - record
    zones:
      door_0:
        coordinates: 45,33,595,36,591,480,41,480
    snapshots:
      required_zones:
        - door_0

Ссылки

mostlychris: Cameras and Stuff