Ezviz C6CN Pro&Frigate

does anyone have a setup for the ezviz c6cn pro and frigate?
plz share

i managed it myself

mqtt:
  host: 192.168****
  user: *****
  password: ****
  topic_prefix: frigate
  client_id: frigate
  stats_interval: 120

detectors:
  cpu1:
    type: cpu

birdseye:
  enabled: true

cameras:
  c6cn_j34910872:
    ffmpeg:

      inputs:
        - path: rtsp://admin:Password@cam ip:554/H.264
          roles:
            - clips
            - record
            - detect
    rtmp:
      enabled: false
    detect:
      width: 1280
      height: 960
      fps: 5
    objects:
      track:
        - person
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
      retain:
        default: 10
    motion:
      mask:
        - 1536,1102,1536,0,0,0,0,1118
    record:
      enabled: True
      retain:
        days: 1
      events:
        retain:
          default: 10

Thanks - this finally got Frigate working for on at least one camera. Only took a day to get right!