[libcamera-devel,v4,0/3] Support monochrome raw sensors
mbox series

Message ID 20210628122324.14541-1-david.plowman@raspberrypi.com
Headers show
Series
  • Support monochrome raw sensors
Related show

Message

David Plowman June 28, 2021, 12:23 p.m. UTC
Hi everyone

Here's a v4 set of patches, the only change being in the final patch
where the OV9281 driver, which formerly advertised its name as
"mov9281", is now known just the "ov9281".

(This change has already been made in the Pi version of the driver.)

Thanks and best regards
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_ov9281.cpp   | 65 +++++++++++++++
 src/ipa/raspberrypi/controller/rpi/agc.cpp  |  2 +-
 src/ipa/raspberrypi/controller/rpi/alsc.cpp |  4 +-
 src/ipa/raspberrypi/data/meson.build        |  1 +
 src/ipa/raspberrypi/data/ov9281.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, 183 insertions(+), 6 deletions(-)
 create mode 100644 src/ipa/raspberrypi/cam_helper_ov9281.cpp
 create mode 100644 src/ipa/raspberrypi/data/ov9281.json