85 m_pVideoWriter = cvCreateVideoWriter(pFileName, nFourCC, fps, cvSize(width, height));
94 cvReleaseImageHeader(&pIplImage);
bool OpenVideoWriter(const char *pFileName, int nFourCC, float fps, int width, int height)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
bool WriteFrame(CByteImage *pImage)
CvVideoWriter * m_pVideoWriter
GLenum GLsizei GLsizei height
IplImage * Adapt(const CByteImage *pImage, bool bAllocateMemory=false)
Converts a CByteImage to an IplImage.