[libcamera-devel] [PATCH v3 0/2] Raspberry Pi: Metadata parsing improvements (II)

Naushir Patuck naush at raspberrypi.com
Tue Jun 29 12:44:58 CEST 2021


Hi,

Version 3 of this series has the following changes:
- Rebased to top of master.
- Update patch 1/2 with a cleaner syntax for constructing the metadata parser
object.
- Updated ov9281 cam helper with metadata rework changes.
- All the minors suggested by Laurent in his review feedback for patch 2/2.

Regards,
Naush

Naushir Patuck (2):
  ipa: raspberrypi: Use a unique_ptr for the metadata parser
  ipa: raspberrypi: Generalise the SMIA metadata parser

 src/ipa/raspberrypi/cam_helper.cpp        |  38 ++++---
 src/ipa/raspberrypi/cam_helper.hpp        |   7 +-
 src/ipa/raspberrypi/cam_helper_imx219.cpp | 116 ++++----------------
 src/ipa/raspberrypi/cam_helper_imx290.cpp |   2 +-
 src/ipa/raspberrypi/cam_helper_imx477.cpp | 122 ++++------------------
 src/ipa/raspberrypi/cam_helper_ov5647.cpp |   2 +-
 src/ipa/raspberrypi/cam_helper_ov9281.cpp |   2 +-
 src/ipa/raspberrypi/md_parser.hpp         |  41 +++++---
 src/ipa/raspberrypi/md_parser_smia.cpp    |  66 ++++++++++--
 9 files changed, 153 insertions(+), 243 deletions(-)

-- 
2.25.1



More information about the libcamera-devel mailing list