[libcamera-devel] [PATCH 0/3 v2] Use StreamFormats in pipelines
Kaaira Gupta
kgupta at es.iitr.ac.in
Tue Mar 24 18:56:40 CET 2020
This patchset aims at using StreamFormats in the pipelines, thereby
replacing the default constructor SteamConfiguration() by its
parameterized counterpart.
Changes since v1:
- Patch 1: No change.
- Patch 2: Fixed whitespace errors.
- Patch 3: revised the sizerange vector passed in StreamFormats
Kaaira Gupta (3):
libcamera: pipeline: Replace resize() with erase() in validate()
libcamera: pipeline: rkisp1: Use parameterized StreamConfiguration
libcamera: pipeline: ipu3: Use parameterized StreamConfiguration
src/libcamera/pipeline/ipu3/ipu3.cpp | 19 ++++++++--
src/libcamera/pipeline/rkisp1/rkisp1.cpp | 47 +++++++++++++++++-------
src/libcamera/pipeline/uvcvideo.cpp | 8 +++-
src/libcamera/pipeline/vimc.cpp | 8 +++-
4 files changed, 61 insertions(+), 21 deletions(-)
--
2.17.1
More information about the libcamera-devel
mailing list