[HW Accel Support]: hwaccel_args: preset-rpi-64-h265 seems not to have effecto on Rpi4 #15936
Replies: 4 comments 11 replies
-
which addon are you using? |
Beta Was this translation helpful? Give feedback.
-
I checked, and the most load is caused by the ffmpeg process reading from the camera stream. |
Beta Was this translation helpful? Give feedback.
-
I tried running beta version. It claims ffmpeg is no longer in path and the 7 branch will be used. In top I see that ffmpeg reporting version 4.3 is run. |
Beta Was this translation helpful? Give feedback.
-
Looks like the problem is with ffmpeg:
output_args:
#detect: -threads 2 -f rawvideo -pix_fmt yuv420p
detect: -threads 2 -f rawvideo -pix_fmt yuvj420p |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I have been playing with setup of frigate installed as Home Assistant addon on Rpi4.
I followed the instructions of enabling the hw acceleration, by setting
gpu_mem
to 256 and addinghwaccel_args: preset-rpi-64-h264
.Apparently CPU usage checked in Home assistant adon panel and frigate metrics looks the same no matter if hwaccel is enabled or not. It is kinda stuck on about "20% ffmpeg" usage per camera.
No errors or warnings in logs. Despite the one about disabled acceleration when acceleration is disabled.
What can be wrong?
Version
0.14.1-f4f3cfa
Frigate config file
docker-compose file or Docker CLI command
NA
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Install method
HassOS Addon
Object Detector
Coral
Network connection
Wired
Camera make and model
internec i6
Screenshots of the Frigate UI's System metrics pages
NA
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions