[HW Accel Support]: GPU HW accel vs CPU #19846
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Frigate supports hardware acceleration for video decoding using the GPU, which is highly recommended to reduce CPU usage(1). The If you're seeing GPU usage for decoding with To summarize:
You can review more details at Video Decoding. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
It's unlikely that your camera is VPP and in general using a GPU is highly recommended |
Beta Was this translation helpful? Give feedback.
-
|
OK sounds like i'm doing the right thing. thanks for the feedback, humans and AI! |
Beta Was this translation helpful? Give feedback.


Frigate supports hardware acceleration for video decoding using the GPU, which is highly recommended to reduce CPU usage(1). The
preset-nvidiais intended for NVIDIA GPUs (using NVDEC), whilepreset-vaapiis for Intel/AMD GPUs (using VAAPI)(1). There is no documentation suggesting that CPU-based hardware acceleration (like VPP) is preferred or more efficient than GPU-based decoding—Frigate is designed to offload video decoding to the GPU, not the CPU, for improved performance and lower power consumption(1).If you're seeing GPU usage for decoding with
preset-nvidia, that's expected for NVIDIA hardware. Settinghwaccel_args: preset-vaapiunder a camera will only work if your hardware and d…