Expand description
The unsafe wrapper
Structs§
- struct v4l2_subdev_capability - subdev capabilities @version: the driver versioning number @capabilities: the subdev capabilities, see V4L2_SUBDEV_CAP_* @reserved: for future use, set to zero for now
- struct v4l2_subdev_client_capability - Capabilities of the client accessing the subdev
- struct v4l2_subdev_crop - Pad-level crop settings @which: format type (from enum v4l2_subdev_format_whence) @pad: pad number, as reported by the media API @rect: pad crop rectangle boundaries @stream: stream number, defined in subdev routing @reserved: drivers and applications must zero this array
- struct v4l2_subdev_format - Pad-level media bus format @which: format type (from enum v4l2_subdev_format_whence) @pad: pad number, as reported by the media API @format: media bus format (format code and frame size) @stream: stream number, defined in subdev routing @reserved: drivers and applications must zero this array
- struct v4l2_subdev_frame_interval - Pad-level frame rate @pad: pad number, as reported by the media API @interval: frame interval in seconds @stream: stream number, defined in subdev routing @which: interval type (from enum v4l2_subdev_format_whence) @reserved: drivers and applications must zero this array
- struct v4l2_subdev_frame_interval_enum - Frame interval enumeration @pad: pad number, as reported by the media API @index: frame interval index during enumeration @code: format code (MEDIA_BUS_FMT_ definitions) @width: frame width in pixels @height: frame height in pixels @interval: frame interval in seconds @which: interval type (from enum v4l2_subdev_format_whence) @stream: stream number, defined in subdev routing @reserved: drivers and applications must zero this array
- struct v4l2_subdev_frame_size_enum - Media bus format enumeration @index: format index during enumeration @pad: pad number, as reported by the media API @code: format code (MEDIA_BUS_FMT_ definitions) @min_width: minimum frame width, in pixels @max_width: maximum frame width, in pixels @min_height: minimum frame height, in pixels @max_height: maximum frame height, in pixels @which: format type (from enum v4l2_subdev_format_whence) @stream: stream number, defined in subdev routing @reserved: drivers and applications must zero this array
- struct v4l2_subdev_mbus_code_enum - Media bus format enumeration @pad: pad number, as reported by the media API @index: format index during enumeration @code: format code (MEDIA_BUS_FMT_ definitions) @which: format type (from enum v4l2_subdev_format_whence) @flags: flags set by the driver, (V4L2_SUBDEV_MBUS_CODE_*) @stream: stream number, defined in subdev routing @reserved: drivers and applications must zero this array
- struct v4l2_subdev_route - A route inside a subdev
- struct v4l2_subdev_routing - Subdev routing information
- struct v4l2_subdev_selection - selection info
Enums§
- enum v4l2_subdev_format_whence - Media bus format type @V4L2_SUBDEV_FORMAT_TRY: try format, for negotiation only @V4L2_SUBDEV_FORMAT_ACTIVE: active format, applied to the device