#include <UncompressedAVICapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
void | CloseCamera () |
CUncompressedAVICapture (const char *pFilePath, const char *pSecondFilePath=NULL) | |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
~CUncompressedAVICapture () | |
Private Attributes | |
bool | m_bOK |
bool | m_bStereo |
CVideoReader * | m_pSecondVideoReader |
CVideoReader * | m_pVideoReader |
std::string | m_sFilePath |
std::string | m_sSecondFilePath |
Definition at line 67 of file UncompressedAVICapture.h.
CUncompressedAVICapture::CUncompressedAVICapture | ( | const char * | pFilePath, |
const char * | pSecondFilePath = NULL |
||
) |
Definition at line 59 of file UncompressedAVICapture.cpp.
Definition at line 80 of file UncompressedAVICapture.cpp.
bool CUncompressedAVICapture::CaptureImage | ( | CByteImage ** | ppImages | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 141 of file UncompressedAVICapture.cpp.
void CUncompressedAVICapture::CloseCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 133 of file UncompressedAVICapture.cpp.
int CUncompressedAVICapture::GetHeight | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 99 of file UncompressedAVICapture.cpp.
int CUncompressedAVICapture::GetNumberOfCameras | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 85 of file UncompressedAVICapture.h.
CByteImage::ImageType CUncompressedAVICapture::GetType | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 104 of file UncompressedAVICapture.cpp.
int CUncompressedAVICapture::GetWidth | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 94 of file UncompressedAVICapture.cpp.
bool CUncompressedAVICapture::OpenCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 110 of file UncompressedAVICapture.cpp.
bool CUncompressedAVICapture::m_bOK [private] |
Definition at line 97 of file UncompressedAVICapture.h.
bool CUncompressedAVICapture::m_bStereo [private] |
Definition at line 96 of file UncompressedAVICapture.h.
Definition at line 91 of file UncompressedAVICapture.h.
Definition at line 90 of file UncompressedAVICapture.h.
Definition at line 93 of file UncompressedAVICapture.h.
Definition at line 94 of file UncompressedAVICapture.h.