[libcamera-devel] [PATCH 0/3] gstreamer: Plumb initial colorimetry support

Umang Jain umang.jain at ideasonboard.com
Sun Jul 24 16:43:52 CEST 2022


Plumb initial colorimetry support. The colorimetry to
libcamera::Colorspace mappings(vice-versa) and their usage in the
caps for gstlibcamerasrc element has been the major development
for this series (3/3).

Patch 1/3 is a simple typo fix.
Patch 2/3 introduces a libcamera::ColorSpace::Default colorspace,
useful when applications needs to enforce a particular identifier
and leave other identifiers as defaults (to be filled in by the
driver).

Rishikesh Donadkar (1):
  gstreamer: Provide colorimetry <> libcamera::ColorSpace mappings

Umang Jain (2):
  libcamera: camera: Fix documentation typo
  libcamera: colorspace: Add a default colorspace

 include/libcamera/color_space.h      |   5 +
 src/gstreamer/gstlibcamera-utils.cpp | 175 +++++++++++++++++++++++++++
 src/libcamera/camera.cpp             |   4 +-
 src/libcamera/color_space.cpp        |  29 ++++-
 src/libcamera/v4l2_device.cpp        |   5 +
 5 files changed, 215 insertions(+), 3 deletions(-)

-- 
2.31.1



More information about the libcamera-devel mailing list