From c4820aff083050d60b92db4ca4c1c894c3756c93 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Sat, 23 Dec 2023 12:12:07 +0100 Subject: apps: lc-compliance: Support multiple streams in helpers Prepare to add a test suite for capture operations with multiple streams. Modify the Capture helper class to support multiple roles and streams in the configure() and capture() operations. Multi-stream support will be added in next patches. Signed-off-by: Jacopo Mondi --- src/apps/lc-compliance/helpers/capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apps/lc-compliance/helpers/capture.h') diff --git a/src/apps/lc-compliance/helpers/capture.h b/src/apps/lc-compliance/helpers/capture.h index 0574ab1c..3e2b2889 100644 --- a/src/apps/lc-compliance/helpers/capture.h +++ b/src/apps/lc-compliance/helpers/capture.h @@ -16,7 +16,7 @@ class Capture { public: - void configure(libcamera::StreamRole role); + void configure(libcamera::Span roles); protected: Capture(std::shared_ptr camera); -- cgit v1.2.1