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

David Plowman david.plowman at raspberrypi.com
Fri May 7 13:37:26 CEST 2021


Hi

Thanks for the various comments. Version 4 of the set is not
functionally different, but contains some tidy-ups suggested by
Marvin. I've also added a precursor patch which, as suggested,
switches our MdParser class to take a Span as its input buffer. Again,
I think this is slightly tidier now that Spans exist.

Thanks and best regards

David

David Plowman (2):
  ipa: raspberrypi: Make sensor embedded data parser use Span class
  ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data
    parsing

 src/ipa/raspberrypi/cam_helper.cpp        | 54 +++++++++++++++
 src/ipa/raspberrypi/cam_helper.hpp        | 11 +++-
 src/ipa/raspberrypi/cam_helper_imx219.cpp |  8 +--
 src/ipa/raspberrypi/cam_helper_imx477.cpp |  8 +--
 src/ipa/raspberrypi/md_parser.cpp         | 23 +++----
 src/ipa/raspberrypi/md_parser.hpp         | 20 +++---
 src/ipa/raspberrypi/raspberrypi.cpp       | 80 ++++++++---------------
 7 files changed, 118 insertions(+), 86 deletions(-)

-- 
2.20.1



More information about the libcamera-devel mailing list