I am still trying about to understand Frigate and test if it is the system I want to use.
What I do not understand why my GPU load is so low. OK, there is not so much to do. The high resolution stream only is getting recorded and the low resolution stream already is coming by fps 5.
But to me it looks like my GPU is doing nothing at all.

What I do not understand why my GPU load is so low. OK, there is not so much to do. The high resolution stream only is getting recorded and the low resolution stream already is coming by fps 5.
But to me it looks like my GPU is doing nothing at all.
YAML:
go2rtc:
streams:
Cam-rechts:
- rtsp:/xxxxxx:yyyyyy@192.168.2.61:554/cam/realmonitor?channel=1&subtype=0
Cam-rechts_sub2:
- rtsp:/xxxxxx:yyyyyy@192.168.2.61:554/cam/realmonitor?channel=1&subtype=2
Cam-links:
- rtsp:/xxxxxx:yyyyyy@192.168.2.62:554/cam/realmonitor?channel=1&subtype=0
Cam-links_sub2:
- rtsp:/xxxxxx:yyyyyy@192.168.2.62:554/cam/realmonitor?channel=1&subtype=2
webrtc:
candidates:
- 192.168.2.60:8555
- stun:8555
cameras:
Cam-rechts:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
# High Resolution Stream
- path: rtsp:/127.0.0.1:8554/Cam-rechts
roles:
- record
# Low Resolution Stream
- path: rtsp:/127.0.0.1:8554/Cam-rechts_sub2
roles:
- detect
- audio
detect:
fps: 5
Cam-links:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
# High Resolution Stream
- path: rtsp:/127.0.0.1:8554/Cam-links
roles:
- record
# Low Resolution Stream
- path: rtsp:/127.0.0.1:8554/Cam-links_sub2
roles:
- detect
- audio
detect:
fps: 5
