#include <v4l2frame.h>

Definition at line 49 of file v4l2frame.h.
Protected Member Functions | |
| V4L2FrameT (double t, const ImageRef &size, int index, T *data, VideoFrameFlags::FieldType f) | |
| ~V4L2FrameT () | |
Protected Attributes | |
| struct v4l2_buffer * | m_buf |
| int | my_index |
| 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.5.3