[libcamera-devel] [PATCH v1 0/8] Stream hints
Naushir Patuck
naush at raspberrypi.com
Wed Feb 22 12:07:00 CET 2023
Hi all,
Sorry to be a nag, but we would really like to progress this series if possible.
Regards,
Naush
On Wed, 15 Feb 2023 at 14:38, Naushir Patuck via libcamera-devel
<libcamera-devel at lists.libcamera.org> wrote:
>
> Hi all,
>
> Gentle ping for feedback on this series please :)
>
> Regards,
> Naush
>
> On Fri, 3 Feb 2023 at 09:44, Naushir Patuck <naush at raspberrypi.com> wrote:
> >
> > 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