[libcamera-devel,v2,0/1] Raspberry Pi generalised sensor metadata parsing
mbox series

Message ID 20210326124321.28617-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi generalised sensor metadata parsing
Related show

Message

David Plowman March 26, 2021, 12:43 p.m. UTC
Hi

Here's a slightly revised version of this patch, following some
conversations with Naush.

The only significant difference is that we always get the
exposure/gain values from the controls and post these into the RPi
metadata as the "device.status".CamHelper::Prepare() is free to use
these values, or to update them if it knows better.

Thanks and best regards

David

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

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