Linux Kernel
3.7.1
|
#include <videodev2.h>
Data Fields | |
__u32 | type |
union { | |
struct v4l2_pix_format pix | |
struct v4l2_pix_format_mplane pix_mp | |
struct v4l2_window win | |
struct v4l2_vbi_format vbi | |
struct v4l2_sliced_vbi_format sliced | |
__u8 raw_data [200] | |
} | fmt |
struct v4l2_format - stream data format : enum v4l2_buf_type; type of the data stream : definition of an image format : definition of a multiplanar image format : definition of an overlaid image : raw VBI capture or output parameters : sliced VBI capture or output parameters : placeholder for future extensions and custom formats
Definition at line 1735 of file videodev2.h.
union { ... } fmt |
Definition at line 1738 of file videodev2.h.
struct v4l2_pix_format_mplane pix_mp |
Definition at line 1739 of file videodev2.h.
__u8 raw_data[200] |
Definition at line 1743 of file videodev2.h.
struct v4l2_sliced_vbi_format sliced |
Definition at line 1742 of file videodev2.h.
Definition at line 1736 of file videodev2.h.
Definition at line 1741 of file videodev2.h.
struct v4l2_window win |
Definition at line 1740 of file videodev2.h.