Files
external_libcamera/src/libcamera/pipeline/meson.build
T
Laurent Pinchart 0d1b60adaf libcamera: pipeline: Add RKISP1 pipeline
The pipeline handler for the Rockchip ISP creates one camera instance
per detected raw Bayer CSI-2 sensor. Parallel sensors and YUV sensors
are not supported yet.

As the ISP has a single CSI-2 receiver, only one camera can be used at a
time. Mutual exclusion isn't implemented yet.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Tested-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
2019-04-18 18:13:28 +03:00

8 lines
101 B
Meson

libcamera_sources += files([
'uvcvideo.cpp',
'vimc.cpp',
])
subdir('ipu3')
subdir('rkisp1')