From faf103152ade0b6de7c65857a5391947b558fb44 Mon Sep 17 00:00:00 2001 From: Peter Campion-Bye Date: Tue, 31 Aug 2021 16:45:21 +0100 Subject: [PATCH] Update optimizing.md Need note about increasing GPU memory on Pi - otherwise ffmpeg hwaccel won't work --- docs/docs/configuration/optimizing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/optimizing.md b/docs/docs/configuration/optimizing.md index 8700b2e52..a17862eff 100644 --- a/docs/docs/configuration/optimizing.md +++ b/docs/docs/configuration/optimizing.md @@ -14,6 +14,7 @@ title: Optimizing performance Frigate works on Raspberry Pi 3b/4 and x86 machines. It is recommended to update your configuration to enable hardware accelerated decoding in ffmpeg. Depending on your system, these parameters may not be compatible. Raspberry Pi 3/4 (32-bit OS) +Ensure you increase the allocated RAM for your GPU to at least 128 (raspi-config > Performance Options > GPU Memory). **NOTICE**: If you are using the addon, ensure you turn off `Protection mode` for hardware acceleration. ```yaml