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

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

Message

David Plowman June 18, 2021, 4:18 p.m. UTC
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