#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 () | |
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 |
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.
Definition at line 85 of file BitmapCapture.cpp.
bool CBitmapCapture::CaptureImage | ( | CByteImage ** | ppImages | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 164 of file BitmapCapture.cpp.
void CBitmapCapture::CloseCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 160 of file BitmapCapture.cpp.
int CBitmapCapture::GetHeight | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 110 of file BitmapCapture.cpp.
int CBitmapCapture::GetNumberOfCameras | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 84 of file BitmapCapture.h.
CByteImage::ImageType CBitmapCapture::GetType | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 115 of file BitmapCapture.cpp.
int CBitmapCapture::GetWidth | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 105 of file BitmapCapture.cpp.
bool CBitmapCapture::OpenCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 121 of file BitmapCapture.cpp.
bool CBitmapCapture::m_bOK [private] |
Definition at line 96 of file BitmapCapture.h.
bool CBitmapCapture::m_bStereo [private] |
Definition at line 95 of file BitmapCapture.h.
CByteImage* CBitmapCapture::m_pLeftImage [private] |
Definition at line 89 of file BitmapCapture.h.
CByteImage * CBitmapCapture::m_pLeftImageRGB24Split [private] |
Definition at line 89 of file BitmapCapture.h.
CByteImage* CBitmapCapture::m_pRightImage [private] |
Definition at line 90 of file BitmapCapture.h.
CByteImage * CBitmapCapture::m_pRightImageRGB24Split [private] |
Definition at line 90 of file BitmapCapture.h.
std::string CBitmapCapture::m_sFilePath [private] |
Definition at line 92 of file BitmapCapture.h.
std::string CBitmapCapture::m_sSecondFilePath [private] |
Definition at line 93 of file BitmapCapture.h.