From 2288550f7d9cb260021de436bb8ff8c0e8ea86be Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 17 May 2020 23:58:31 +0300 Subject: cam: Add support for viewfinder through DRM/KMS Use the KMSSink class to display the viewfinder stream, if any, through DRM/KMS. The output connector is selected through the new -D/--display argument. Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder Reviewed-by: Umang Jain Reviewed-by: Kieran Bingham --- 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 d22451f5..1c2fab76 100644 --- a/src/cam/main.h +++ b/src/cam/main.h @@ -10,6 +10,7 @@ enum { OptCamera = 'c', OptCapture = 'C', + OptDisplay = 'D', OptFile = 'F', OptHelp = 'h', OptInfo = 'I', -- cgit v1.2.1