Skip to content
Discussion options

You must be logged in to vote

Your configuration uses preset-vaapi for hardware acceleration, which is the recommended setting for Intel CPUs including those with integrated GPUs like the N100(1). The device mapping - /dev/dri/renderD128:/dev/dri/renderD128 is also correct for exposing the Intel iGPU to the container(1).

However, high CPU usage (especially for object detection) is expected if you are using the CPU detector rather than a hardware-accelerated detector like OpenVINO or an Edge TPU(2). The preset-vaapi only accelerates video decoding in ffmpeg, not object detection. Your actual detection workload is still on the CPU, which matches what you are seeing in the Frigate UI metrics.

If you want to reduce CPU us…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DashingBuffalo
Comment options

Answer selected by DashingBuffalo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment