#include <V4LCapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
void | CloseCamera () |
CV4LCapture (const char *pDeviceName="/dev/video0", int nChannel=0, CVideoCaptureInterface::VideoMode videoMode=CVideoCaptureInterface::e640x480) | |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
~CV4LCapture () | |
Public Member Functions inherited from CVideoCaptureInterface | |
virtual bool | SetExposureTime (int nExposureInUS) |
virtual | ~CVideoCaptureInterface () |
Private Attributes | |
int | bufferIndex |
int | channelNumber0 |
int | depth |
int | height |
int | m_nChannel |
int | m_nDeviceHandle |
std::string | m_sDeviceName |
CVideoCaptureInterface::VideoMode | m_videoMode |
video_mbuf | memoryBuffer |
char * | memoryMap |
video_mmap * | mmaps |
int | width |
Additional Inherited Members | |
Public Types inherited from CVideoCaptureInterface | |
enum | ColorMode { eRGB24, eBayerPatternToRGB24, eGrayScale, eYUV411ToRGB24 } |
enum | FrameRate { e60fps, e30fps, e15fps, e7_5fps, e3_75fps, e1_875fps } |
enum | VideoMode { e320x240, e640x480, e800x600, e768x576, e1024x768, e1280x960, e1600x1200, eNone } |
Definition at line 66 of file V4LCapture.h.
CV4LCapture::CV4LCapture | ( | const char * | pDeviceName = "/dev/video0" , |
int | nChannel = 0 , |
||
CVideoCaptureInterface::VideoMode | videoMode = CVideoCaptureInterface::e640x480 |
||
) |
Definition at line 66 of file V4LCapture.cpp.
CV4LCapture::~CV4LCapture | ( | ) |
Definition at line 78 of file V4LCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 258 of file V4LCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 295 of file V4LCapture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 82 of file V4LCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 84 of file V4LCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 83 of file V4LCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 81 of file V4LCapture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 87 of file V4LCapture.cpp.
|
private |
Definition at line 101 of file V4LCapture.h.
|
private |
Definition at line 99 of file V4LCapture.h.
|
private |
Definition at line 100 of file V4LCapture.h.
|
private |
Definition at line 90 of file V4LCapture.h.
|
private |
Definition at line 94 of file V4LCapture.h.
|
private |
Definition at line 93 of file V4LCapture.h.
|
private |
Definition at line 92 of file V4LCapture.h.
|
private |
Definition at line 89 of file V4LCapture.h.
|
private |
Definition at line 96 of file V4LCapture.h.
|
private |
Definition at line 98 of file V4LCapture.h.
|
private |
Definition at line 97 of file V4LCapture.h.
|
private |
Definition at line 90 of file V4LCapture.h.