IVT
CBitmapCapture Class Reference

#include <BitmapCapture.h>

Inheritance diagram for CBitmapCapture:
CVideoCaptureInterface

Public Member Functions

 CBitmapCapture (const char *pFilePath, const char *pSecondFilePath=NULL)
 
 ~CBitmapCapture ()
 
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 66 of file BitmapCapture.h.

Constructor & Destructor Documentation

CBitmapCapture::CBitmapCapture ( const char *  pFilePath,
const char *  pSecondFilePath = NULL 
)

Definition at line 59 of file BitmapCapture.cpp.

CBitmapCapture::~CBitmapCapture ( )

Definition at line 85 of file BitmapCapture.cpp.

Member Function Documentation

bool CBitmapCapture::CaptureImage ( CByteImage **  ppImages)
virtual

Implements CVideoCaptureInterface.

Definition at line 164 of file BitmapCapture.cpp.

void CBitmapCapture::CloseCamera ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 160 of file BitmapCapture.cpp.

int CBitmapCapture::GetHeight ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 110 of file BitmapCapture.cpp.

int CBitmapCapture::GetNumberOfCameras ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 84 of file BitmapCapture.h.

CByteImage::ImageType CBitmapCapture::GetType ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 115 of file BitmapCapture.cpp.

int CBitmapCapture::GetWidth ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 105 of file BitmapCapture.cpp.

bool CBitmapCapture::OpenCamera ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 121 of file BitmapCapture.cpp.


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