|
CVD 0.8
|
A frame from a V4L2Buffer This is an 8-bit greyscale video frame. More...
#include <v4l2frame.h>
Protected Member Functions | |
| V4L2FrameT (double t, const ImageRef &size, int index, T *data, VideoFrameFlags::FieldType f) | |
Protected Attributes | |
| struct v4l2_buffer * | m_buf |
| int | my_index |
A frame from a V4L2Buffer This is an 8-bit greyscale video frame.
Definition at line 49 of file v4l2frame.h.
| CVD::V4L2FrameT< T >::V4L2FrameT | ( | double | t, |
| const ImageRef & | size, | ||
| int | index, | ||
| T * | data, | ||
| VideoFrameFlags::FieldType | f | ||
| ) | [inline, protected] |
(Used internally) Construct a video frame
| t | The timestamp |
| size | The image size |
| index | The index |
| data | The image data |
| f | The field |
Definition at line 60 of file v4l2frame.h.
1.7.4