[libcamera-devel] [PATCH v3 0/4] libcamera: ipu3: Pre-ImgU support
Jacopo Mondi
jacopo at jmondi.org
Thu Mar 14 16:51:02 CET 2019
To speed up the ImgU support inclusion, send v3 of the first patches of the
complete v2 series.
These patches replace the first 3 patches of v2 version, taking into account
the comments received there, except for 3/4 which is a new patch.
Thanks
j
Jacopo Mondi (4):
libcamera: formats: Add toString() methods
libcamera: formats: Define FormatEnum type
libcamera: ipu3: Make sure sensor provides a compatible format
libcamera: ipu3: Set stream configuration from sensor
src/libcamera/formats.cpp | 27 +++++++
src/libcamera/include/formats.h | 22 ++++++
src/libcamera/include/v4l2_device.h | 2 +
src/libcamera/include/v4l2_subdevice.h | 6 +-
src/libcamera/meson.build | 1 +
src/libcamera/pipeline/ipu3/ipu3.cpp | 104 +++++++++++++++++++++----
src/libcamera/v4l2_device.cpp | 18 +++++
src/libcamera/v4l2_subdevice.cpp | 23 +++++-
8 files changed, 183 insertions(+), 20 deletions(-)
create mode 100644 src/libcamera/formats.cpp
create mode 100644 src/libcamera/include/formats.h
--
2.21.0
More information about the libcamera-devel
mailing list