#include <CaptureClass.h>
Public Member Functions | |
Capturerer (const char *fileName) | |
Constructor with an File name. Object will capture from that Video file. | |
Capturerer (int num=0) | |
Constructor with an Capture number, 0 will ask for one. | |
char | getOneCapture (const char *text=0) |
void | setCaptureWindows (bool On) |
~Capturerer () | |
Static Public Member Functions | |
static int | chooseCamNum (void) |
Definition at line 32 of file CaptureClass.h.
Capturerer::Capturerer | ( | int | num = 0 |
) |
Constructor with an Capture number, 0 will ask for one.
Definition at line 38 of file CaptureClass.cpp.
Capturerer::Capturerer | ( | const char * | fileName | ) |
Constructor with an File name. Object will capture from that Video file.
Definition at line 57 of file CaptureClass.cpp.
Capturerer::~Capturerer | ( | ) |
Definition at line 92 of file CaptureClass.cpp.
int Capturerer::chooseCamNum | ( | void | ) | [static] |
Definition at line 67 of file CaptureClass.cpp.
References Py::int.
char Capturerer::getOneCapture | ( | const char * | text = 0 |
) |
Definition at line 116 of file CaptureClass.cpp.
void Capturerer::setCaptureWindows | ( | bool | On | ) |
Definition at line 101 of file CaptureClass.cpp.