From 01ea694003094b51bd96883055b11e52a011bef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Fri, 24 Jul 2020 14:59:15 +0200 Subject: cam: Add option to disallow adjusting of requested formats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a '--strict-formats' option which fails the camera configuration step if the format is adjusted, Signed-off-by: Niklas Söderlund Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- 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 4a130d8d..6f95add3 100644 --- a/src/cam/main.h +++ b/src/cam/main.h @@ -17,6 +17,7 @@ enum { OptListProperties = 'p', OptStream = 's', OptListControls = 256, + OptStrictFormats = 257, }; #endif /* __CAM_MAIN_H__ */ -- cgit v1.2.1