Worried about AMD VA-API #22720
Replies: 2 comments
-
|
AMD VA-API is officially supported in Frigate for hardware-accelerated video decoding. (1) AMD ConfigurationYou'll need to set the driver environment variable and use the VAAPI preset: (1) ffmpeg:
hwaccel_args: preset-vaapiAdd the environment variable VAAPI supports automatic profile selection, so it works with both H.264 and H.265 streams automatically. (1) ConsiderationsThe documentation doesn't indicate AMD VA-API is "worse" than Intel QuickSync—both use the For object detection without a Coral, you could use the OpenVINO detector, which works on most modern AMD CPUs (though this is officially not supported by Intel). (2) However, the recommended hardware guide specifically highlights Intel-based systems like the Beelink EQ13 with N100 CPU for their efficiency and compatibility with various AI accelerators. (2) If you're concerned about maximizing compatibility and having more detector options (OpenVINO on GPU, Intel NPU in future versions), an Intel system would give you more flexibility. But AMD VA-API should work for video decoding—the main limitation is on the detection side if you want to use the integrated GPU for inference. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
VAAPI works great on AMD, (and Intel). The bigger problem with AMD is that iGPUs for object detection are much worse with ROCm. Intels OpenVINO gives much better object detection stability and performance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I plan to get myself a mini-pc with a AMD Ryzen 7 8745HS and use it with VA-API (and no coral or anything). I read that VA-API is way worse than QuickSync and that VA-API can have some issues with Frigate (to be fair, some of those posts are a bit older). Should I consider getting a system with intel CPU instead? I'm just worried to spend money on something that isn't usable or that could be alot better if I chose a different architecture.
Beta Was this translation helpful? Give feedback.
All reactions