IVT
CTriclopsCapture Class Reference

#include <TriclopsCapture.h>

Inheritance diagram for CTriclopsCapture:
CVideoCaptureInterface

Public Member Functions

 CTriclopsCapture (VideoMode mode)
 
 ~CTriclopsCapture ()
 
bool OpenCamera ()
 
void CloseCamera ()
 
bool CaptureImage (CByteImage **ppImages)
 
int GetWidth ()
 
int GetHeight ()
 
CByteImage::ImageType GetType ()
 
int GetNumberOfCameras ()
 
- Public Member Functions inherited from CVideoCaptureInterface
virtual ~CVideoCaptureInterface ()
 
virtual bool SetExposureTime (int nExposureInUS)
 

Additional Inherited Members

- Public Types inherited from CVideoCaptureInterface
enum  VideoMode {
  e320x240, e640x480, e800x600, e768x576,
  e1024x768, e1280x960, e1600x1200, eNone
}
 
enum  ColorMode { eRGB24, eBayerPatternToRGB24, eGrayScale, eYUV411ToRGB24 }
 
enum  FrameRate {
  e60fps, e30fps, e15fps, e7_5fps,
  e3_75fps, e1_875fps
}
 

Detailed Description

Definition at line 67 of file TriclopsCapture.h.

Constructor & Destructor Documentation

CTriclopsCapture::CTriclopsCapture ( VideoMode  mode)

Definition at line 55 of file TriclopsCapture.cpp.

CTriclopsCapture::~CTriclopsCapture ( )

Definition at line 64 of file TriclopsCapture.cpp.

Member Function Documentation

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.

int CTriclopsCapture::GetHeight ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 83 of file TriclopsCapture.h.

int CTriclopsCapture::GetNumberOfCameras ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 85 of file TriclopsCapture.h.

CByteImage::ImageType CTriclopsCapture::GetType ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 84 of file TriclopsCapture.h.

int CTriclopsCapture::GetWidth ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 82 of file TriclopsCapture.h.

bool CTriclopsCapture::OpenCamera ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 74 of file TriclopsCapture.cpp.


The documentation for this class was generated from the following files: