summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/slash.svg
blob: f4131b85f295e9f20a0264d752b686ec89f08759 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-slash"><circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line></svg>
ppc">#include <linux/videodev2.h> #include <libcamera/controls.h> namespace libcamera { class V4L2ControlId : public ControlId { public: V4L2ControlId(const struct v4l2_query_ext_ctrl &ctrl); }; class V4L2ControlRange : public ControlRange { public: V4L2ControlRange(const struct v4l2_query_ext_ctrl &ctrl); }; } /* namespace libcamera */ #endif /* __LIBCAMERA_V4L2_CONTROLS_H__ */