Applications
C\C++ Source Code:
///2a. Get the raw data from the current avi frame.
TgImage oImg;
double oCounts;
int err = tgGetCurrentAVIFrame(oImg);
if(0==err){
int rotation = 1;
err = tgCountCard(&oImg,oCounts,rotation,nCh);
if(oCounts>0)
{///TODO: if we count more than one card from this frame
;
}
}


