[libcamera-devel,v1,0/2] Mono sensor improvements
mbox series

Message ID 20230531143946.23571-1-naush@raspberrypi.com
Headers show
Series
  • Mono sensor improvements
Related show

Message

Naushir Patuck May 31, 2023, 2:39 p.m. UTC
Hi,

This tiny series aims to improve mono sensor handling in the IPA.  Specifically,
it removes colour related controls from the advertised ControlInfoMap, and
silently ignores these controls if they were set by an application.

Regards,
Naush

Naushir Patuck (2):
  pipeline: ipa: rpi: Flag if the sensor is a mono variant
  ipa: rpi: Handle controls for mono variant sensors

 include/libcamera/ipa/raspberrypi.mojom       |  1 +
 src/ipa/rpi/common/ipa_base.cpp               | 35 ++++++++++++++++---
 src/ipa/rpi/common/ipa_base.h                 |  1 +
 .../pipeline/rpi/common/pipeline_base.cpp     |  4 ++-
 4 files changed, 35 insertions(+), 6 deletions(-)