UtiLite  0.3.1
A lite utilities library
Public Member Functions
UVideoCapture Class Reference

#include <UImageCapture.h>

Inherits UAbstractImageCapture.

List of all members.

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)

Detailed Description

UVideoCapture : Read images from a usb device (webcam) or a video file.


Constructor & Destructor Documentation

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


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Friends Defines