IVT
|
#include <CVCamCapture.h>
Public Member Functions | |
CCVCamCapture () | |
~CCVCamCapture () | |
bool | OpenCamera () |
void | CloseCamera () |
bool | CaptureImage (CByteImage **ppImages) |
int | GetWidth () |
int | GetHeight () |
CByteImage::ImageType | GetType () |
int | GetNumberOfCameras () |
Public Member Functions inherited from CVideoCaptureInterface | |
virtual | ~CVideoCaptureInterface () |
virtual bool | SetExposureTime (int nExposureInUS) |
Additional Inherited Members | |
Public Types inherited from CVideoCaptureInterface | |
enum | VideoMode { e320x240, e640x480, e800x600, e768x576, e1024x768, e1280x960, e1600x1200, eNone } |
enum | ColorMode { eRGB24, eBayerPatternToRGB24, eGrayScale, eYUV411ToRGB24 } |
enum | FrameRate { e60fps, e30fps, e15fps, e7_5fps, e3_75fps, e1_875fps } |
Definition at line 60 of file CVCamCapture.h.
CCVCamCapture::CCVCamCapture | ( | ) |
Definition at line 127 of file CVCamCapture.cpp.
CCVCamCapture::~CCVCamCapture | ( | ) |
Definition at line 135 of file CVCamCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 186 of file CVCamCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 178 of file CVCamCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 220 of file CVCamCapture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 78 of file CVCamCapture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 225 of file CVCamCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 215 of file CVCamCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 151 of file CVCamCapture.cpp.