IVT
|
#include <BitmapSequenceCapture.h>
Public Member Functions | |
CBitmapSequenceCapture (const char *pFilePathBase, const char *pSecondFilePathBase=NULL) | |
~CBitmapSequenceCapture () | |
bool | OpenCamera () |
void | CloseCamera () |
bool | CaptureImage (CByteImage **ppImages) |
int | GetWidth () |
int | GetHeight () |
CByteImage::ImageType | GetType () |
int | GetNumberOfCameras () |
void | Rewind () |
Set the image counter to the first image. More... | |
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 } |
Definition at line 66 of file BitmapSequenceCapture.h.
CBitmapSequenceCapture::CBitmapSequenceCapture | ( | const char * | pFilePathBase, |
const char * | pSecondFilePathBase = NULL |
||
) |
Definition at line 61 of file BitmapSequenceCapture.cpp.
CBitmapSequenceCapture::~CBitmapSequenceCapture | ( | ) |
Definition at line 92 of file BitmapSequenceCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 203 of file BitmapSequenceCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 199 of file BitmapSequenceCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 111 of file BitmapSequenceCapture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 84 of file BitmapSequenceCapture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 116 of file BitmapSequenceCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 106 of file BitmapSequenceCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 122 of file BitmapSequenceCapture.cpp.
void CBitmapSequenceCapture::Rewind | ( | ) |
Set the image counter to the first image.
Set the image counter to the first image.
Definition at line 245 of file BitmapSequenceCapture.cpp.