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

virtual void Impala::Core::VideoSet::SelectFrames::HandleNewShot ( VideoSet vs,
int  fileId,
Stream::RgbDataSrc src,
int  shotId 
) [inline, virtual]

Arrived at a new shot in a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 54 of file SelectFrames.h.

References ILOG_WARN, and mFrameNrs.

00055     {
00056         mFrameNrs.clear();
00057         if(shotId == -1)
00058         {
00059             ILOG_WARN("shotId=-1 encountered in HandleNewShot... iFrame outside shot segmentation?");
00060         }
00061     }


Generated on Fri Mar 19 11:32:03 2010 for ImpalaSrc by  doxygen 1.5.1