From 7df772f5592cafce72521d000bde33502309ad37 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Mon, 19 Apr 2021 14:10:40 +0200 Subject: cam: Add option to print the Request metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the "--metadata" option to the cam tool, which will be used to print the metadata associated with a completed capture request. Reviewed-by: Niklas Söderlund Reviewed-by: Hirokazu Honda Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- src/cam/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cam/main.h') diff --git a/src/cam/main.h b/src/cam/main.h index ea8dfd33..d22451f5 100644 --- a/src/cam/main.h +++ b/src/cam/main.h @@ -19,6 +19,7 @@ enum { OptStream = 's', OptListControls = 256, OptStrictFormats = 257, + OptMetadata = 258, }; #endif /* __CAM_MAIN_H__ */ -- cgit v1.2.1