#include <v4l1frame.h>
Private Member Functions | |
V4L1Frame (double t, T *data, const ImageRef &size) | |
~V4L1Frame () | |
Friends | |
class | V4L1Buffer< T > |
A frame from a V4L1Buffer
T | the pixel type of the buffer |
Definition at line 54 of file v4l1frame.h.
CVD::V4L1Frame< T >::V4L1Frame | ( | double | t, | |
T * | data, | |||
const ImageRef & | size | |||
) | [inline, private] |
(Used internally) Construct a video frame
t | The timestamp | |
size | The image size | |
index | The index | |
data | The image data |
Definition at line 64 of file v4l1frame.h.
CVD::V4L1Frame< T >::~V4L1Frame | ( | ) | [inline, private] |
Definition at line 68 of file v4l1frame.h.
friend class V4L1Buffer< T > [friend] |
Definition at line 56 of file v4l1frame.h.