41 #ifndef _V4L_CAPTURE_H_ 
   42 #define _V4L_CAPTURE_H_ 
   50 #include <libv4l1-videodev.h> 
   51 #include <linux/videodev2.h> 
   92         std::string m_sDeviceName;
 
   96         video_mbuf memoryBuffer;
 
ImageType
Enum specifying the supported image types. 
Interface to video capture modules. 
bool CaptureImage(CByteImage **ppImages)
CV4LCapture(const char *pDeviceName="/dev/video0", int nChannel=0, CVideoCaptureInterface::VideoMode videoMode=CVideoCaptureInterface::e640x480)
CByteImage::ImageType GetType()
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...