[libcamera-devel] [PATCH 0/1] Raspberry Pi generalised sensor metadata parsing

David Plowman david.plowman at raspberrypi.com
Mon Mar 22 17:01:47 CET 2021


Hi

Here's another version of my recent patch relating to sensor metadata
parsing, and which we had some discussion on. This version is enough to
handle the new sensors that I'm looking at, though I expect there's
still some more discussion to go!

The commit message explains most of it, I think. The sensor in
question has a few other quirks, to be addressed later, but this will
be enough to allow image statistics to be read from the sensor
metadata and used in place of the usual ISP-generated ones. It will
also support other sensors that are generating interesting metadata.

Thanks!

David

David Plowman (1):
  ipa: raspberrypi: Use CamHelpers to generalise sensor metadata parsing

 src/ipa/raspberrypi/cam_helper.cpp  | 44 +++++++++++++++
 src/ipa/raspberrypi/cam_helper.hpp  | 11 +++-
 src/ipa/raspberrypi/raspberrypi.cpp | 83 ++++++++++-------------------
 3 files changed, 83 insertions(+), 55 deletions(-)

-- 
2.20.1



More information about the libcamera-devel mailing list