What is the best way to get the frigate live view show full fps and not just 5

Hello everyone…
I might have missed that answer somewhere, but i cant find it.
I have the frigate card and the frigate addon page…both seem to show me the detect fps of 5/sec and not the full stream as it comes down the cam.
Is there a way to show the actual camera feed in the frigate card at least like i would get when i go with the restream rtsp://figatehost:8554/cmaera name?

If you have go2rtc setup then it is likely incorrect. See Configuring go2rtc | Frigate

Thx again for your help…
It is setup like this:

go2rtc:
  streams:
    back:
      - "ffmpeg:rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=2#video=copy#audio=copy#audio=aac#hardware"

right, need to see the rest of the config too

So…
This is my complete g2rtc section…
Let me know if i am missing something…as always!! Thx in advance for your help

go2rtc:
  streams:
    rtsp_chicken_cam:
      - rtsp://USR:[email protected]/11
    rtsp_chicken_cam_sub:
      - rtsp://USR:[email protected]/12
    rtsp_coop2_cam:
        - rtsp://USR:[email protected]/11
    rtsp_coop2_cam_sub:
        - rtsp://USR:[email protected]/12

    rtsp_driveway_cam:
      - "ffmpeg:rtsp://USR:[email protected]/11?channel=1&subtype=2#video=copy#audio=copy#audio=aac#hardware"
    rtsp_driveway_cam_sub:
      - rtsp://USR:[email protected]/12
    rtsp_backyard_cam:
      - "ffmpeg:rtsp://USR:[email protected]/11?channel=1&subtype=2#video=copy#audio=copy#audio=aac#hardware"
    rtsp_backyard_cam_sub:
      - rtsp://USR:[email protected]/12
    rtsp_porch_cam:
      - "ffmpeg:rtsp://USR:[email protected]/11?channel=1&subtype=2#video=copy#audio=copy#audio=aac#hardware"
    rtsp_porch_cam_sub:
      - rtsp://USR:[email protected]/12
    rtsp_coop1_cam:
        - "ffmpeg:rtsp://USR:[email protected]/11?channel=1&subtype=2#video=copy#audio=copy#audio=aac#hardware"
    rtsp_coop1_cam_sub:
        - rtsp://USR:[email protected]/12

    mjpeg_cam:
          - ffmpeg:http://192.168.178.62:2112/stream#video=h264#hardware

Need to see whole config, not just go2rtc

Sorry, didnt mean to be difficult…

Yeah, you need to remove the rtsp_ from the go2rtc stream names

Oh, the names are not free to choose? Thought they were only variables of free choice.
So when i just call them backyard_cam, it will give me more fps?
Will try

they are free to choose but like it says in the docs the go2rtc stream names and the camera names need to match for frigate to use them for live view