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?