[libcamera-devel,v3,0/4] Raspberry Pi: Embedded data usage
mbox series

Message ID 20210218170126.2060783-1-naush@raspberrypi.com
Headers show
Series
  • Raspberry Pi: Embedded data usage
Related show

Message

Naushir Patuck Feb. 18, 2021, 5:01 p.m. UTC
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