| Related |
show
-
[libcamera-devel,v2,00/13] libcamera: pipeline: rkisp1: Extend to support two streams
-
[libcamera-devel,v2,01/13] libcamera: pipeline: rkisp1: Set number of planes based on format
-
[libcamera-devel,v2,02/13] libcamera: pipeline: rkisp1: Breakout mainpath size and format constra...
-
[libcamera-devel,v2,03/13] libcamera: pipeline: rkisp1: Setup links as part of configuration
-
[libcamera-devel,v2,04/13] libcamera: pipeline: rkisp1: Prepare buffer ready handlers for multipl...
-
[libcamera-devel,v2,05/13] libcamera: pipeline: rkisp1: Create RkISP1Frames from camera data
-
[libcamera-devel,v2,06/13] libcamera: pipeline: rkisp1: Export stream formats to applications
-
[libcamera-devel,v2,07/13] libcamera: pipeline: rkisp1: Set the crop rectangle
-
[libcamera-devel,v2,08/13] libcamera: pipeline: rkisp1: Prefix main path video and resizer
-
[libcamera-devel,v2,09/13] libcamera: pipeline: rkisp1: Add self path devices
-
[libcamera-devel,v2,10/13] libcamera: pipeline: rkisp1: Configure self path
-
[libcamera-devel,v2,11/13] libcamera: pipeline: rkisp1: Track buffers for self path
-
[libcamera-devel,v2,12/13] libcamera: pipeline: rkisp1: Add format validation for self path
-
[libcamera-devel,v2,13/13] libcamera: pipeline: rkisp1: Expose self path stream
|
Hi, This series extends the RkISP1 pipeline handler to work with 2 streams. It allows cameras backed by this pipeline to expose a main path stream, same as the one before this series. And a new self path stream that can operate in addition or independently from the main path. The self path supports two new RGB formats that is not supported by the main path. This series does not extend support for RAW formats as this is such a special case for this pipeline. Only the main path may be active and no ISP parameters can be processed. This may be added on top but functionality have been proven as a prototype. To be able to use both main and self path simultaneously must run a kernel that includes [1]. The development of the series is tested on the media-tree [2] with out-of-tree DTS patches for the test Scarlet platform to enable the camera sensors. 1. 60e915354c270357 ("media: staging: rkisp1: cap: fix return values from pm functions") 2. f45882cfb152f5d3 ("media: camss: fix memory leaks on error handling paths in probe") Niklas Söderlund (13): libcamera: pipeline: rkisp1: Set number of planes based on format libcamera: pipeline: rkisp1: Breakout mainpath size and format constraints libcamera: pipeline: rkisp1: Setup links as part of configuration libcamera: pipeline: rkisp1: Prepare buffer ready handlers for multiple streams libcamera: pipeline: rkisp1: Create RkISP1Frames from camera data libcamera: pipeline: rkisp1: Export stream formats to applications libcamera: pipeline: rkisp1: Set the crop rectangle libcamera: pipeline: rkisp1: Prefix main path video and resizer libcamera: pipeline: rkisp1: Add self path devices libcamera: pipeline: rkisp1: Configure self path libcamera: pipeline: rkisp1: Track buffers for self path libcamera: pipeline: rkisp1: Add format validation for self path libcamera: pipeline: rkisp1: Expose self path stream src/libcamera/pipeline/rkisp1/rkisp1.cpp | 670 ++++++++++++++++------- 1 file changed, 469 insertions(+), 201 deletions(-)