Documentation/runtime_configuration: Add missing software_isp.mode doc

The software_isp.mode setting was missing from the runtime_configuration
documentation, add it.

Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Hans de Goede
2026-03-10 13:01:06 +01:00
committed by Kieran Bingham
parent c2f0aeb5fc
commit 3c08aaef14

View File

@@ -51,6 +51,7 @@ file structure:
measure:
skip: # non-negative integer, frames to skip initially
number: # non-negative integer, frames to measure
mode: # cpu/gpu
threads: # integer >= 1, number of render threads to use, default 2
Configuration file example
@@ -85,6 +86,7 @@ Configuration file example
measure:
skip: 50
number: 30
mode: gpu
threads: 2
List of variables and configuration options
@@ -141,6 +143,13 @@ LIBCAMERA_<NAME>_TUNING_FILE
Example value: ``/usr/local/share/libcamera/ipa/rpi/vc4/custom_sensor.json``
LIBCAMERA_SOFTISP_MODE, software_isp.mode
Select if the software ISP should use GPU or CPU image processsing,
one of ``cpu`` or ``gpu``. When set to ``gpu`` and EGL is not available
the software ISP will automatically fall back to the CPU.
Example value: ``gpu``
pipelines.simple.supported_devices.driver, pipelines.simple.supported_devices.software_isp
Override whether software ISP is enabled for the given driver.