Local realtime person detection for RTSP cameras

I have the same error, please let me know if you find a fix. I’m running hassio.

detectors:
  coral:
    device: usb
    type: edgetpu
mqtt:
  host: 10.0.0.10
  password: xxx
  topic_prefix: frigate
  user: mqtt
ffmpeg:
  input_args: >-
    -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt
    -use_wallclock_as_timestamps 1
  hwaccel_args:
    - '-hwaccel'
    - vaapi
    - '-hwaccel_device'
    - /dev/dri/renderD128
    - '-hwaccel_output_format'
    - yuv420p
cameras:
  drive:
    ffmpeg:
      inputs:
        - path: >-
            rtmp://10.0.0.87/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=xxx
          roles:
            - detect
    fps: 4
    motion:
      mask: >-
        0,214,0,0,640,0,639,151,640,301,508,162,445,171,386,145,357,147,417,233,318,235,170,227
    height: 352
    width: 640
  frontdoor:
    ffmpeg:
      inputs:
        - path: 'rtsp://admin:[email protected]//h264Preview_01_sub'
          roles:
            - detect
    fps: 4
    width: 640
    height: 352
    objects:
      track:
        - person
objects:
  track:
    - person
    - car
    - truck
    - bicycle
logger:
  default: info
  logs:
    frigate.mqtt: error