[libcamera-devel] [PATCH v3 0/4] Raspberry Pi: Embedded data usage

Naushir Patuck naush at raspberrypi.com
Thu Feb 18 18:01:22 CET 2021


Hi all,

I encountered a small typo in patch 3/4 due to the IPA interface rebase of v2.
This is now fixed in v3, sorry about that!

Regards,
Naush

Naushir Patuck (4):
  pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though
    controls
  ipa: raspberrypi: Remove MdParserRPi
  pipeline: raspberrypi: Only enabled embedded stream when available
  pipeline: raspberrypi: Allow either strict or non-strict buffer
    matching

 include/libcamera/ipa/raspberrypi.mojom       |   2 +
 src/ipa/raspberrypi/cam_helper.cpp            |   9 +-
 src/ipa/raspberrypi/cam_helper_imx219.cpp     |   4 +-
 src/ipa/raspberrypi/cam_helper_ov5647.cpp     |   3 +-
 src/ipa/raspberrypi/md_parser_rpi.cpp         |  37 ----
 src/ipa/raspberrypi/md_parser_rpi.hpp         |  32 ---
 src/ipa/raspberrypi/meson.build               |   1 -
 src/ipa/raspberrypi/raspberrypi.cpp           | 132 +++++++-----
 .../pipeline/raspberrypi/raspberrypi.cpp      | 193 +++++++++++-------
 9 files changed, 208 insertions(+), 205 deletions(-)
 delete mode 100644 src/ipa/raspberrypi/md_parser_rpi.cpp
 delete mode 100644 src/ipa/raspberrypi/md_parser_rpi.hpp

-- 
2.25.1



More information about the libcamera-devel mailing list