[libcamera-devel] [PATCH 1/3] include: linux: Add V4L2_CID_NOTIFY_GAINS control

David Plowman david.plowman at raspberrypi.com
Thu Dec 23 09:01:08 CET 2021


Add this control which is already present upstream.

Signed-off-by: David Plowman <david.plowman at raspberrypi.com>
---
 include/linux/v4l2-controls.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/v4l2-controls.h b/include/linux/v4l2-controls.h
index 59a57418..9db06cb2 100644
--- a/include/linux/v4l2-controls.h
+++ b/include/linux/v4l2-controls.h
@@ -1109,6 +1109,7 @@ enum v4l2_jpeg_chroma_subsampling {
 #define V4L2_CID_TEST_PATTERN_BLUE		(V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 6)
 #define V4L2_CID_TEST_PATTERN_GREENB		(V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 7)
 #define V4L2_CID_UNIT_CELL_SIZE			(V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 8)
+#define V4L2_CID_NOTIFY_GAINS			(V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 9)
 
 
 /* Image processing controls */
-- 
2.30.2



More information about the libcamera-devel mailing list