summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2023-06-19 15:49:47 +0100
committerNaushir Patuck <naush@raspberrypi.com>2024-06-17 10:44:39 +0100
commit1e43408495147a3c89544d9d41d3bcd39b28dfa0 (patch)
treede96ce0d6bab0426644928f4b54f2fc64535e759 /Documentation
parentc5d0015c05a3bfd55ac7cedbd43d958f00cfee49 (diff)
pipeline: rpi: Add support for Raspberry Pi 5
Add the Raspberry Pi 5 ISP (PiSP) pipeline handler to libcamera. To include this pipeline handler in the build, set the following meson option: meson configure -Dpipelines=rpi/pisp Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/guides/pipeline-handler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
index 7e45cdb8..31fccbdc 100644
--- a/Documentation/guides/pipeline-handler.rst
+++ b/Documentation/guides/pipeline-handler.rst
@@ -183,7 +183,7 @@ to the libcamera build options in the top level ``meson_options.txt``.
option('pipelines',
type : 'array',
- choices : ['ipu3', 'rkisp1', 'rpi/vc4', 'simple', 'uvcvideo', 'vimc', 'vivid'],
+ choices : ['ipu3', 'rkisp1', 'rpi/pisp', 'rpi/vc4', 'simple', 'uvcvideo', 'vimc', 'vivid'],
description : 'Select which pipeline handlers to include')