Stream ffmpeg camera to Frigate and get 25 sec delay

For to debug the problem I install to same RPI MotionEYE and get only 1-sec delay

Why I got 25-sec delay on Frigate ?

Thats my configuration

cameras:
  dooreye_camera_frigate:
    ffmpeg:
      inputs:
        - path: http://192.168.1.41:8082
          roles:
            - detect
            - clips
      input_args:
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer
        - -flags
        - low_delay
        - -strict
        - experimental
        - -fflags
        - +genpts+discardcorrupt
        - -r
        - "3" # <---- adjust depending on your desired frame rate from the mjpeg image
        - -use_wallclock_as_timestamps
        - "1"        
    width: 1280
    height: 1024
    fps: 15
    objects:
      track:       # add more object types under this if you want
        - person   # only if you want to detect persons
    snapshots:
      enabled: true
      timestamp: true
#      bounding_box: true
      retain:
        default: 2    
detectors:
  cpu1:
    type: cpu