From 375c6520690817983baec13ca18a7312bb4069e0 Mon Sep 17 00:00:00 2001 From: Marc Altmann <40744649+MarcA711@users.noreply.github.com> Date: Wed, 15 Nov 2023 01:22:37 +0100 Subject: [PATCH] Add note about hardware acceleration support --- docs/docs/configuration/hardware_acceleration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index 62512698a..d7856cbd0 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -341,3 +341,9 @@ ffmpeg: ffmpeg: hwaccel_args: preset-rk-h265 ``` + +:::note + +Make sure that your SoC supports hardware acceleration for your input stream. For example, if your camera streams with h265 encoding and a 4k resolution, your SoC must be able to de- and encode h265 with a 4k resolution or higher. If you are unsure whether your SoC meets the requirements, take a look at the datasheet. + +:::