libcamera: Add V4L2Controls
Add libcamera V4L2 control support, implemented using the V4L2 Extended Control APIs. This patch defines the types used to create and manage controls. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -23,6 +23,7 @@ libcamera_sources = files([
|
||||
'stream.cpp',
|
||||
'timer.cpp',
|
||||
'utils.cpp',
|
||||
'v4l2_controls.cpp',
|
||||
'v4l2_device.cpp',
|
||||
'v4l2_subdevice.cpp',
|
||||
'v4l2_videodevice.cpp',
|
||||
|
||||
Reference in New Issue
Block a user