[libcamera-devel] [PATCH v1 0/8] Stream hints

Naushir Patuck naush at raspberrypi.com
Fri Feb 3 10:44:16 CET 2023


Hi,

This series is a continuation of the "Raspberry Pi: Platform configuration and
buffer allocation improvements" patch set [1].  Some of the patches in that
series have already been merged, and this new series collates the un-merged
patches for review.

There have not been any code changes since the last sumbittion of [1].

Regards,
Naush

[1] : https://patchwork.libcamera.org/patch/18200/

Naushir Patuck (8):
  libcamera: stream: Add stream hints to StreamConfiguration
  pipeline: raspberrypi: Handle MandatoryStream hints for Unicam Image
  pipeline: raspberrypi: Handle MandatoryStream hints for ISP Output0
  libcamera: camera: Validate MandatoryStream in queueRequest()
  libcamera: apps: lcc: Make rolesMap global
  libcamera: apps: lcc: Add multi-stream capture test framework
  libcamera: apps: lcc: Add optional stream tests
  libcamera: apps: lcc: Add stream hints test

 include/libcamera/stream.h                    |   8 +
 src/apps/lc-compliance/capture_test.cpp       | 136 ++++++++-
 src/apps/lc-compliance/meson.build            |   1 +
 src/apps/lc-compliance/multi_capture.cpp      | 288 ++++++++++++++++++
 src/apps/lc-compliance/multi_capture.h        |  87 ++++++
 src/libcamera/camera.cpp                      |  12 +
 .../pipeline/raspberrypi/raspberrypi.cpp      |  61 +++-
 src/libcamera/stream.cpp                      |  25 ++
 8 files changed, 598 insertions(+), 20 deletions(-)
 create mode 100644 src/apps/lc-compliance/multi_capture.cpp
 create mode 100644 src/apps/lc-compliance/multi_capture.h

-- 
2.25.1



More information about the libcamera-devel mailing list