[libcamera-devel] [PATCH 0/7] android: Report all the missing metadata tags

Jacopo Mondi jacopo at jmondi.org
Wed Feb 3 17:25:53 CET 2021


Hello,
   this series fixes the CTS test
android.hardware.camera2.cts.CaptureResultTest#testCameraCaptureResultAllKeys
which verifies the presence of all the metadata keys returned for a completed
request.

The series add a few metadata tags, and modifies the IPU3 pipeline
handler to always report the applied cropping rectangle, as it is required by
the Android camera stack. While at it, a small fix for the (unused) scene
override controls has been added.

Thanks
  j

Jacopo Mondi (7):
  android: camera_device: Report COLOR_CORRECTION_ABERRATION_MODE
  android: camera_device: Report AE_EXPOSURE_COMPENSATION
  android: camera_device: Use AF_MODE_OFF in scene override
  android: camera_device: Report AF_MODE_OFF in template
  libcamera: ipu3: Always report crop region
  android: camera_device: Report sensor test pattern mode
  android: camera_device: Report HOT_PIXEL_MAP_MODE as OFF

 src/android/camera_device.cpp        | 33 +++++++++++++++++++++++-----
 src/libcamera/pipeline/ipu3/ipu3.cpp | 13 +++++++----
 2 files changed, 37 insertions(+), 9 deletions(-)

--
2.30.0



More information about the libcamera-devel mailing list