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

bool Impala::Core::Stream::RgbDataSrcCam::ReadFrameData (  )  [inline, protected, virtual]

This implementation does not follow the parent class' intention in that it ignores the current frame nr.

Implements Impala::Core::Stream::RgbDataSrc.

Definition at line 46 of file RgbDataSrcCam.h.

References Impala::Core::Stream::RgbDataSrc::mData, and mSrcHandle.

00047     {
00048         mData = HxDXGetNextFrame(mSrcHandle);
00049         return true;
00050     }


Generated on Fri Mar 19 11:17:15 2010 for ImpalaSrc by  doxygen 1.5.1