UtiLite
0.3.1
A lite utilities library
|
#include <UImageCapture.h>
Inherits UAbstractImageCapture.
Public Member Functions | |
UVideoCapture (int usbDevice=0, float imageRate=0, bool autoRestart=false, unsigned int imageWidth=0, unsigned int imageHeight=0, unsigned int framesDropped=0, int id=0) | |
UVideoCapture (const std::string &filePath, float imageRate=0, bool autoRestart=false, unsigned int imageWidth=0, unsigned int imageHeight=0, unsigned int framesDropped=0, int id=0) |
UVideoCapture : Read images from a usb device (webcam) or a video file.
UVideoCapture::UVideoCapture | ( | int | usbDevice = 0 , |
float | imageRate = 0 , |
||
bool | autoRestart = false , |
||
unsigned int | imageWidth = 0 , |
||
unsigned int | imageHeight = 0 , |
||
unsigned int | framesDropped = 0 , |
||
int | id = 0 |
||
) |
Usb device constructor
UVideoCapture::UVideoCapture | ( | const std::string & | filePath, |
float | imageRate = 0 , |
||
bool | autoRestart = false , |
||
unsigned int | imageWidth = 0 , |
||
unsigned int | imageHeight = 0 , |
||
unsigned int | framesDropped = 0 , |
||
int | id = 0 |
||
) |
Video file constructor