0d1b60adaf
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>
8 lines
101 B
Meson
8 lines
101 B
Meson
libcamera_sources += files([
|
|
'uvcvideo.cpp',
|
|
'vimc.cpp',
|
|
])
|
|
|
|
subdir('ipu3')
|
|
subdir('rkisp1')
|