Public Member Functions | |
Capture (int width, int height, int fps) | |
void | initCapture () |
init the v4l drives and start capturing | |
void | stopCapture () |
stop capturing | |
unsigned char * | grabFrame () |
grab raw frame | |
unsigned char * | grabFrameRaw (unsigned int &frameSize) |
int | getWidth () |
int | getHeight () |
void | yuv422_to_rgb24 (const unsigned char *inPtr, unsigned char *dst, unsigned int width, unsigned int height) |
Definition at line 48 of file Capture.H.
void Capture::initCapture | ( | ) |
init the v4l drives and start capturing
Definition at line 56 of file Capture.C.
References rutz::format().