Frigate camera setup with 2 different resolutions

Hi all
actual i try to setup Frigate with 2 camera Streams for less CPU load.

My camera setup is like this:

cameras:
  Eingang:
    ffmpeg:
      input_args :
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer
        - -flags
        - low_delay
        - -strict
        - experimental
        - -fflags
        - +genpts+discardcorrupt
        - -use_wallclock_as_timestamps
        - '1'
      inputs:
        - path: http://192.168.1.105/netatmo-id/live/files/medium/index.m3u8
          roles:
            - detect
            - rtmp


        - path: http://192.168.1.105/netatmo-id/live/files/high/index.m3u8
          roles:
            - clips
            - record
    width: 1920
    height: 1080
    fps: 5

but the stream have different resolution. how can i ad each stream the right resolution?

hi,

if I am not mistaken you need to specify only the detect resolution.

BTW are you using frigate with a netatmo camera live stream? I am trying to do the same but doesn’t work for me.
your path is really

http://192.168.1.105/netatmo-id/live/files/high/index.m3u8

or are you substituting “netatmo-id” with something else?

Use HA dev tools to look at the local_url for your Netatmo camera entity, e.g.:

...
local_url: http://<ip of my cam>/001cb...55a9
...

The complete path is:

<local_url>/live/files/medium/index.m3u8