#include <TriclopsCapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
void | CloseCamera () |
CTriclopsCapture (VideoMode mode) | |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
~CTriclopsCapture () | |
Private Member Functions | |
void | ConvertImages (CByteImage **ppImages) |
Private Attributes | |
TriclopsInput | m_colorDataLeft |
TriclopsInput | m_colorDataRight |
TriclopsColorImage | m_colorImageLeft |
TriclopsColorImage | m_colorImageRight |
DigiclopsContext | m_digiclopsContext |
VideoMode | m_mode |
int | m_nImageHeight |
int | m_nImageWidth |
TriclopsContext | m_triclopsContext |
Definition at line 67 of file TriclopsCapture.h.
Definition at line 55 of file TriclopsCapture.cpp.
Definition at line 64 of file TriclopsCapture.cpp.
bool CTriclopsCapture::CaptureImage | ( | CByteImage ** | ppImages | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 132 of file TriclopsCapture.cpp.
void CTriclopsCapture::CloseCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 117 of file TriclopsCapture.cpp.
void CTriclopsCapture::ConvertImages | ( | CByteImage ** | ppImages | ) | [private] |
Definition at line 155 of file TriclopsCapture.cpp.
int CTriclopsCapture::GetHeight | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 83 of file TriclopsCapture.h.
int CTriclopsCapture::GetNumberOfCameras | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 85 of file TriclopsCapture.h.
CByteImage::ImageType CTriclopsCapture::GetType | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 84 of file TriclopsCapture.h.
int CTriclopsCapture::GetWidth | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 82 of file TriclopsCapture.h.
bool CTriclopsCapture::OpenCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 74 of file TriclopsCapture.cpp.
TriclopsInput CTriclopsCapture::m_colorDataLeft [private] |
Definition at line 93 of file TriclopsCapture.h.
TriclopsInput CTriclopsCapture::m_colorDataRight [private] |
Definition at line 93 of file TriclopsCapture.h.
TriclopsColorImage CTriclopsCapture::m_colorImageLeft [private] |
Definition at line 94 of file TriclopsCapture.h.
TriclopsColorImage CTriclopsCapture::m_colorImageRight [private] |
Definition at line 94 of file TriclopsCapture.h.
DigiclopsContext CTriclopsCapture::m_digiclopsContext [private] |
Definition at line 96 of file TriclopsCapture.h.
VideoMode CTriclopsCapture::m_mode [private] |
Definition at line 100 of file TriclopsCapture.h.
int CTriclopsCapture::m_nImageHeight [private] |
Definition at line 99 of file TriclopsCapture.h.
int CTriclopsCapture::m_nImageWidth [private] |
Definition at line 98 of file TriclopsCapture.h.
TriclopsContext CTriclopsCapture::m_triclopsContext [private] |
Definition at line 95 of file TriclopsCapture.h.