[HW Accel Support]: ffmpeg processes spike CPU usage on live view startup #19722
-
Beta Was this translation helpful? Give feedback.
Answered by
Damix48
Nov 25, 2025
Replies: 1 comment 9 replies
-
|
I don't think the AMD GPU supports the RF-DETR model. Are you seeing the spike when objects are detected? The ffmpeg process you've noted is one related to object detection. I'd suggest using a YOLOv9 model instead of RF-DETR. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


My problem was the
input_args: preset-rtsp-restreamin the configuration of the cameras. I switched toinput_args: preset-rtsp-genericand everything worked as expected.