From f33aabd9aef5b84fc97e513150a3284a155a1ac8 Mon Sep 17 00:00:00 2001 From: Tom Kendrick Date: Sun, 8 Feb 2026 14:36:57 +0000 Subject: [PATCH] feat: fix for intel igpu --- security/frigate/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/frigate/docker-compose.yml b/security/frigate/docker-compose.yml index fb757b6..6dd3364 100644 --- a/security/frigate/docker-compose.yml +++ b/security/frigate/docker-compose.yml @@ -4,12 +4,14 @@ services: frigate: container_name: frigate image: ghcr.io/blakeblackshear/frigate:stable - shm_size: "256mb" # Update based on camera resolution and count + shm_size: "512mb" # Update based on camera resolution and count privileged: true # Add this environment: - LIBVA_DRIVER_NAME=iHD # Forces the correct driver for your iGPU + - NEOReadDebugKeys=1 + - OverrideGpuAddressSpace=48 devices: - - /dev/dri/renderD128:/dev/dri/renderD128 # For Intel hardware acceleration + - /dev/dri:/dev/dri # For Intel hardware acceleration # - /dev/bus/usb:/dev/bus/usb # Google Coral USB volumes: - /etc/localtime:/etc/localtime:ro