#include <BitmapCapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
CBitmapCapture (const char *pFilePath, const char *pSecondFilePath=NULL) | |
void | CloseCamera () |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
~CBitmapCapture () | |
Public Member Functions inherited from CVideoCaptureInterface | |
virtual bool | SetExposureTime (int nExposureInUS) |
virtual | ~CVideoCaptureInterface () |
Private Attributes | |
bool | m_bOK |
bool | m_bStereo |
CByteImage * | m_pLeftImage |
CByteImage * | m_pLeftImageRGB24Split |
CByteImage * | m_pRightImage |
CByteImage * | m_pRightImageRGB24Split |
std::string | m_sFilePath |
std::string | m_sSecondFilePath |
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 BitmapCapture.h.
CBitmapCapture::CBitmapCapture | ( | const char * | pFilePath, |
const char * | pSecondFilePath = NULL |
||
) |
Definition at line 59 of file BitmapCapture.cpp.
CBitmapCapture::~CBitmapCapture | ( | ) |
Definition at line 85 of file BitmapCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 164 of file BitmapCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 160 of file BitmapCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 110 of file BitmapCapture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 84 of file BitmapCapture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 115 of file BitmapCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 105 of file BitmapCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 121 of file BitmapCapture.cpp.
|
private |
Definition at line 96 of file BitmapCapture.h.
|
private |
Definition at line 95 of file BitmapCapture.h.
|
private |
Definition at line 89 of file BitmapCapture.h.
|
private |
Definition at line 89 of file BitmapCapture.h.
|
private |
Definition at line 90 of file BitmapCapture.h.
|
private |
Definition at line 90 of file BitmapCapture.h.
|
private |
Definition at line 92 of file BitmapCapture.h.
|
private |
Definition at line 93 of file BitmapCapture.h.