#include <CVCamCapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
CCVCamCapture () | |
void | CloseCamera () |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
~CCVCamCapture () | |
Private Attributes | |
bool | m_bStarted |
CByteImage * | m_pImage |
Definition at line 60 of file CVCamCapture.h.
Definition at line 127 of file CVCamCapture.cpp.
Definition at line 135 of file CVCamCapture.cpp.
bool CCVCamCapture::CaptureImage | ( | CByteImage ** | ppImages | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 186 of file CVCamCapture.cpp.
void CCVCamCapture::CloseCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 178 of file CVCamCapture.cpp.
int CCVCamCapture::GetHeight | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 220 of file CVCamCapture.cpp.
int CCVCamCapture::GetNumberOfCameras | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 78 of file CVCamCapture.h.
CByteImage::ImageType CCVCamCapture::GetType | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 225 of file CVCamCapture.cpp.
int CCVCamCapture::GetWidth | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 215 of file CVCamCapture.cpp.
bool CCVCamCapture::OpenCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 151 of file CVCamCapture.cpp.
bool CCVCamCapture::m_bStarted [private] |
Definition at line 84 of file CVCamCapture.h.
CByteImage* CCVCamCapture::m_pImage [private] |
Definition at line 83 of file CVCamCapture.h.