[PATCH v1 0/1] Add RequestCompleteMode in Camera
Harvey Yang
chenghaoyang at chromium.org
Fri Aug 23 18:22:44 CEST 2024
Hi folks,
This patch adds an option of RequestCompleteMode in Camera other than
InSubmissionOrder. It'll be used in the android adapter to allow
completing requests in order based on streams.
It passed gitlab pipeline checks:
https://gitlab.freedesktop.org/chenghaoyang/libcamera/-/pipelines/1256466
This is one of the series cherry-picked from cros mtkisp7 branch.
The corresponding CL in cros is:
https://chromium-review.googlesource.com/c/chromiumos/third_party/libcamera/+/5674659
The usages in the android adapter will be added with the partial result
series.
BR,
Harvey
Han-Lin Chen (1):
libcamera: Camera: Add RequestCompletionMode to configure the
completion order
Documentation/guides/pipeline-handler.rst | 3 +-
include/libcamera/camera.h | 8 ++++
include/libcamera/internal/camera.h | 1 +
src/libcamera/camera.cpp | 50 +++++++++++++++++++++--
src/libcamera/pipeline_handler.cpp | 7 ++++
5 files changed, 65 insertions(+), 4 deletions(-)
--
2.46.0.295.g3b9ea8a38a-goog
More information about the libcamera-devel
mailing list