#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 () | |
Public Member Functions inherited from CVideoCaptureInterface | |
virtual bool | SetExposureTime (int nExposureInUS) |
virtual | ~CVideoCaptureInterface () |
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 |
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 67 of file TriclopsCapture.h.
CTriclopsCapture::CTriclopsCapture | ( | VideoMode | mode | ) |
Definition at line 55 of file TriclopsCapture.cpp.
CTriclopsCapture::~CTriclopsCapture | ( | ) |
Definition at line 64 of file TriclopsCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 132 of file TriclopsCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 117 of file TriclopsCapture.cpp.
|
private |
Definition at line 155 of file TriclopsCapture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 83 of file TriclopsCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 85 of file TriclopsCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 84 of file TriclopsCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 82 of file TriclopsCapture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 74 of file TriclopsCapture.cpp.
|
private |
Definition at line 93 of file TriclopsCapture.h.
|
private |
Definition at line 93 of file TriclopsCapture.h.
|
private |
Definition at line 94 of file TriclopsCapture.h.
|
private |
Definition at line 94 of file TriclopsCapture.h.
|
private |
Definition at line 96 of file TriclopsCapture.h.
|
private |
Definition at line 100 of file TriclopsCapture.h.
|
private |
Definition at line 99 of file TriclopsCapture.h.
|
private |
Definition at line 98 of file TriclopsCapture.h.
|
private |
Definition at line 95 of file TriclopsCapture.h.