From 12ffe28e1c6d43bd2a4e4bc15d36821d78f42e74 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 4 Dec 2023 16:19:00 +0000 Subject: build: controls: Add Raspberry Pi vendor specific controls Add a new control_ids_rpi.yaml file to hold the Raspberry Pi specific vendor controls. Define a control StatsOutputEnable to allow the ISP hardware statistics to be output through metadata via the Bcm2835StatsOutput control. The implementation of these controls will follow in a subsequent patch. Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: David Plowman Signed-off-by: Kieran Bingham --- include/libcamera/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build index bab858a3..84c6c4cb 100644 --- a/include/libcamera/meson.build +++ b/include/libcamera/meson.build @@ -36,6 +36,7 @@ controls_map = { 'controls': { 'draft': 'control_ids_draft.yaml', 'core': 'control_ids_core.yaml', + 'rpi/vc4': 'control_ids_rpi.yaml', }, 'properties': { -- cgit v1.2.1