42 #ifndef _BITMAP_SEQUENCE_CAPTURE_H_ 43 #define _BITMAP_SEQUENCE_CAPTURE_H_ std::string m_sFilePathBaseRight
CBitmapSequenceCapture(const char *pFilePathBase, const char *pSecondFilePathBase=NULL)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
CByteImage * m_pLeftImage
GLsizei const GLchar ** string
std::string m_sFirstFilePathLeft
std::string m_sFilePathBaseLeft
ImageType
Enum specifying the supported image types.
std::string m_sFileExtention
std::string m_sFirstFilePathRight
Interface to video capture modules.
void Rewind()
Set the image counter to the first image.
CByteImage * m_pRightImage
CByteImage::ImageType GetType()
int nFirstImage
Number of the First Image.
bool CaptureImage(CByteImage **ppImages)
~CBitmapSequenceCapture()