libcamera: pipeline: simple: Add support for ST's DCMIPP
The STM32 contains a camera pipeline known as the DCMIPP (Digital Camera-Memory Interface Pixel Processor) which receives data from a parallel interface and dumps the post-processed data to memory. The pipeline is capable of some processing in the form of downscaling captured data through cropping or skipping the sensor's output. The simple pipeline handler is quite capable of handling the DCMIPP given its operation is handled entirely through configuring the pads of a media graph, so add support for the driver to the pipeline's supportedDevices array. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
fb44403f1c
commit
e7d7c99f4b
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ struct SimplePipelineInfo {
|
|||
namespace {
|
||||
|
||||
static const SimplePipelineInfo supportedDevices[] = {
|
||||
{ "dcmipp", {} },
|
||||
{ "imx7-csi", { { "pxp", 1 } } },
|
||||
{ "mxc-isi", {} },
|
||||
{ "qcom-camss", {} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue