#I can't get Frigate to detect birds. Am I missing something in my config?

1 messages · Page 1 of 1 (latest)

viscid valley
#
mqtt:
  enabled: true
  host: 192.168.68.51
  port: 1883

ffmpeg:
  hwaccel_args: preset-intel-qsv-h264

detectors:
  coral:
    type: edgetpu
    device: usb

record:
  enabled: true
  retain:
    days: 7
    mode: motion
  alerts:
    retain:
      days: 30
  detections:
    retain:
      days: 30

snapshots:
  enabled: true
  retain:
    default: 30


cameras:
  TEST:
    objects:
      track:
        - bird
      filters:
        bird:
          min_score: 0.1
          threshold: 0.2
    ffmpeg:
      inputs:
        - path: rtsp://192.168.68.193:8554/loop
          input_args: preset-rtsp-udp
          roles:
            - detect
    detect:
      width: 862
      height: 480
    motion:
      threshold: 16
      contour_area: 10
      improve_contrast: false
version: 0.15-1
safe iron
#

Isn't that only supported in the Frigate+ models?