Enabling Intel VAAPI/QSV Hardware Acceleration in Frigate (iHD Driver) Intel i7-7600U (Intel HD Graphics 620) #17043
codecrunchers
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
|
Thank you! I was struggling to figure out how to get this configured. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi there. ` |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Enabling Intel VAAPI/QSV Hardware Acceleration in Frigate (iHD Driver) Intel i7-7600U (Intel HD Graphics 620)
I had trouble with
preset-intel-qsv-h264on this machine, CPU usage for two streams was high. This setup enabled the GPU and dropped CPU significantly with 4 1080p+ streams.Tested on:
iHDdriver1️⃣ Step 1: Verify VAAPI Support on Host
Before configuring Frigate, confirm that your host supports VAAPI hardware acceleration.
Run:
👉 Expected output (example):
If
vainfofails:Ensure
intel-media-va-driver-non-freeis installed:2️⃣ Step 2: Verify Hardware Decoding with FFmpeg
Test VAAPI decoding inside a Docker container:
👉 Expected result:
3️⃣ Step 3: Configure Frigate to Use VAAPI
Update your
frigate.yml:dopcker-compose
the logs will dump ffmpeg command line so you can debug your setup
Docker Compose includes:
Restart Frigate:
4️⃣ Step 4: Confirm Frigate is Using VAAPI
Run:
👉 Expected output:
something about
in logs
and in UI

Beta Was this translation helpful? Give feedback.
All reactions