[libcamera-devel,v3,0/4] libcamera: ipu3: Pre-ImgU support
mbox series

Message ID 20190314155106.30106-1-jacopo@jmondi.org
Headers show
Series
  • libcamera: ipu3: Pre-ImgU support
Related show

Message

Jacopo Mondi March 14, 2019, 3:51 p.m. UTC
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