[libcamera-devel] [PATCH v8 00/13] libcamera: ipu3: Add ImgU support

Jacopo Mondi jacopo at jmondi.org
Wed Apr 3 10:01:35 CEST 2019


Hello,
  v8 here

All patches tagged and reviewed, ready to be merged into master.

Thanks
   j

Jacopo Mondi (13):
  libcamera: geometry: Add 0-initialized SizeRange constructor
  libcamera: geometry: Add Size structure
  libcamera: ipu3: Create CIO2Device class
  libcamera: ipu3: Cache the sensor size and format
  libcamera: ipu3: Create ImgUDevice class
  libcamera: ipu3: Apply image format to the pipeline
  libcamera: ipu3: Implement memory handling
  libcamera: ipu3: Implement camera start/stop
  libcamera: ipu3: Queue requests to ImgU
  libcamera: ipu3: Connect CIO2 and ImgU bufferReady signals
  libcamera: ipu3: Set stream configuration
  libcamera: ipu3: Limit resolution to 2560x1920
  libcamera: ipu3: Enable ImgU media links

 src/libcamera/geometry.cpp           |   40 +-
 src/libcamera/include/geometry.h     |   24 +-
 src/libcamera/pipeline/ipu3/ipu3.cpp | 1131 ++++++++++++++++++++++----
 3 files changed, 1019 insertions(+), 176 deletions(-)

--
2.21.0



More information about the libcamera-devel mailing list