Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Core::Stream::RgbDataDstAVI::Init (  )  [inline, private]

Definition at line 54 of file RgbDataDstAVI.h.

References mAviHandle, Impala::Core::Stream::RgbDataDst::mDstName, Impala::Core::Stream::RgbDataDst::mImageHeight, and Impala::Core::Stream::RgbDataDst::mImageWidth.

Referenced by RgbDataDstAVI().

00055     {
00056         if (!(mAviHandle = HxAVIBeginWrite(mDstName.c_str(), mImageWidth,
00057                                            mImageHeight)))
00058             std::cout << "HxAVIBeginWrite failed" << std::endl;
00059     }


Generated on Thu Jan 13 09:20:26 2011 for ImpalaSrc by  doxygen 1.5.1