[HW Accel Support]: Adding radeontop for arm64? #13878
Unanswered
zeroping
asked this question in
Hardware Acceleration Support
Replies: 1 comment
-
I don't see a reason it can't be installed in the arm build |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I've got an AMD GPU used for video decoding under arm64, and I get some very minor breakage (no GPU stats) and nuisance error messages due to not having radeontop available.
I can temporarily get things running happily by installing radeontop in the container:
apt update apt install radeontop
I believe the right place to change this permanently would be to add radeontop to the list in install_deps.sh , but I'm not familiar with all the ramifications of and testing for adding it there.
Is this a trivial change that would be possible for the very few users running AMD cards on arm64? Or would this take some deeper consideration and testing?
(and yes, it's a weird setup, but a low-end, low-profile AMD card works great to get video decoding acceleration where I otherwise would have to use CPU decoding.)
Note: running 0.14.0 instead of 0.14.1 due to an unrelated issue.
Version
0.14.0-da913d8
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
Amcrest, Hikvision, and Reolink
Screenshots of the Frigate UI's System metrics pages
Note: the 'status bar' at the bottom of the page is showing GPU usage here, as this is after temporarily installing radeontop.
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions