8 #ifndef __LIBCAMERA_INTERNAL_V4L2_CONTROLS_H__
9 #define __LIBCAMERA_INTERNAL_V4L2_CONTROLS_H__
11 #include <linux/videodev2.h>
Control static metadata.
Definition: controls.h:209
Describe the limits of valid values for a Control.
Definition: controls.h:266
V4L2 control static metadata.
Definition: v4l2_controls.h:18
V4L2ControlId(const struct v4l2_query_ext_ctrl &ctrl)
Construct a V4L2ControlId from a struct v4l2_query_ext_ctrl.
Definition: v4l2_controls.cpp:104
Convenience specialisation of ControlInfo for V4L2 controls.
Definition: v4l2_controls.h:24
V4L2ControlInfo(const struct v4l2_query_ext_ctrl &ctrl)
Construct a V4L2ControlInfo from a struct v4l2_query_ext_ctrl.
Definition: v4l2_controls.cpp:122
Framework to manage controls related to an object.