Enabling hardware acceleration does not take effect #20573
Replies: 1 comment 15 replies
|
Based on your nvidia-smi output showing ffmpeg processes using the GPU, your hardware acceleration appears to be working. However, there are several configuration aspects to verify for NVIDIA GPU acceleration in Frigate. First, ensure you're using the correct Frigate Docker image for NVIDIA GPUs. For NVIDIA hardware acceleration, you need the For NVIDIA GPU hardware acceleration, configure your ffmpeg settings with: ffmpeg:
hwaccel_args: preset-nvidiaYou should also verify that hardware decoding is working correctly by running However, the issue might be related to your Docker configuration. When using NVIDIA GPUs, you need to pass through the GPU to the Docker container using the same methods described in the hardware acceleration documentation (1). The fact that you can only configure 4 cameras before all fail suggests a resource limitation. This could be:
For troubleshooting, check the The community has successfully run many cameras with similar setups. One user reported running up to 32 FHD video streams on an Intel N100 with Coral (3), suggesting the issue may be configuration-related rather than a fundamental limitation. 📚 Sources:
Have another question? Just tag @inkeep. |


Uh oh!
There was an error while loading. Please reload this page.
I need to configure 8 cameras, but when using the CPU, I can only configure up to 4. If there are more than 4, all camera decoding will fail. I have enabled NVIDIA GPU acceleration, and with Nvidia smi, I am able to check usage status. However, I can only configure up to 4 cameras, and if there are more than 4, all cameras will fail to decode.
All reactions