[libcamera-devel] [PATCH 0/6] android: support ColorFilterArrangement property

Jacopo Mondi jacopo at jmondi.org
Wed Dec 23 18:47:03 CET 2020


Hello,
   the series has been broken out from the sensor database one, as this
specific bit seems less controversial and does not require anything from the
database.

One tiny additional patch on top, and at the base Laurent's patch that fixes
the annoying Doxygen warning with 4 letters enumerators.

Thanks
  j

Jacopo Mondi (5):
  libcamera: properties: ColorFilterArrangement draft property
  libcamera: bayer_format: Add support for mbus codes
  libcamera: camera_sensor: Register ColorFilterArrangement
  android: camera_device: Report ColorFilterArrangement
  android: camera_device: Simplify properties.get()

Laurent Pinchart (1):
  utils: gen-controls: Fix enumerators documentation

 include/libcamera/internal/bayer_format.h |  1 +
 src/android/camera_device.cpp             | 13 +++---
 src/libcamera/bayer_format.cpp            | 55 +++++++++++++++++++++++
 src/libcamera/camera_sensor.cpp           | 38 ++++++++++++++--
 src/libcamera/property_ids.yaml           | 29 ++++++++++++
 utils/gen-controls.py                     |  2 +-
 6 files changed, 128 insertions(+), 10 deletions(-)

--
2.29.2



More information about the libcamera-devel mailing list