From 93734d7fe0d90296a9e7715ae12cbf1579fd7dd5 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 11 Jan 2019 17:39:55 +0100 Subject: libcamera: pipeline: Add Intel IPU3 pipeline Add a pipeline handler for the Intel IPU3 device. The pipeline handler creates a Camera for each image sensor it finds to be connected to an IPU3 CSI-2 receiver, and enables the link between the two. Tested on Soraka, listing detected cameras on the system, verifying the pipeline handler gets matched and links properly enabled. Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- src/libcamera/pipeline/ipu3/meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/libcamera/pipeline/ipu3/meson.build (limited to 'src/libcamera/pipeline/ipu3/meson.build') diff --git a/src/libcamera/pipeline/ipu3/meson.build b/src/libcamera/pipeline/ipu3/meson.build new file mode 100644 index 00000000..0ab766a2 --- /dev/null +++ b/src/libcamera/pipeline/ipu3/meson.build @@ -0,0 +1,3 @@ +libcamera_sources += files([ + 'ipu3.cpp', +]) -- cgit v1.2.1