[libcamera-devel] [PATCH v2 0/3] Support monochrome raw sensors

David Plowman david.plowman at raspberrypi.com
Fri Jun 18 18:18:04 CEST 2021


Hi everyone

No great changes in this v2 set, except to the final patch where I've
adopted the default "hide frame" numbers for the OV9281. They appear
to work fine and are less pessimistic than what I had previously.

Thanks
David

David Plowman (3):
  libcamera: Add support for monochrome sensors
  libcamera: ipa: raspberrypi: Demote warnings about lack of AWB results
  libcamera: ipa: raspberrypi: Add support for ov9281 sensor

 include/libcamera/internal/bayer_format.h   |  3 +-
 src/ipa/raspberrypi/cam_helper_mov9281.cpp  | 65 +++++++++++++++
 src/ipa/raspberrypi/controller/rpi/agc.cpp  |  2 +-
 src/ipa/raspberrypi/controller/rpi/alsc.cpp |  2 +-
 src/ipa/raspberrypi/data/meson.build        |  1 +
 src/ipa/raspberrypi/data/mov9281.json       | 92 +++++++++++++++++++++
 src/ipa/raspberrypi/meson.build             |  1 +
 src/libcamera/bayer_format.cpp              | 14 +++-
 src/libcamera/camera_sensor.cpp             |  3 +
 src/libcamera/property_ids.yaml             |  4 +
 10 files changed, 182 insertions(+), 5 deletions(-)
 create mode 100644 src/ipa/raspberrypi/cam_helper_mov9281.cpp
 create mode 100644 src/ipa/raspberrypi/data/mov9281.json

-- 
2.20.1



More information about the libcamera-devel mailing list