#include <capture.h>
Public Member Functions | |
capture () | |
virtual unsigned char * | captureFrame ()=0 |
virtual void | close ()=0 |
virtual bool | initialize (int nwidth, int nheight)=0 |
virtual | ~capture () |
Protected Attributes | |
bool | captured_frame |
unsigned char * | current |
int | height |
stamp_t | timestamp |
int | width |
capture::capture | ( | ) | [inline] |
virtual capture::~capture | ( | ) | [inline, virtual] |
virtual unsigned char* capture::captureFrame | ( | ) | [pure virtual] |
virtual void capture::close | ( | ) | [pure virtual] |
virtual bool capture::initialize | ( | int | nwidth, |
int | nheight | ||
) | [pure virtual] |
bool capture::captured_frame [protected] |
unsigned char* capture::current [protected] |
int capture::height [protected] |
stamp_t capture::timestamp [protected] |
int capture::width [protected] |