I add some code
// --- > driver->endScene();
int fps = driver->getFPS();
if (lastFPS != fps)
{
core::stringw tmp(L"ARToolkit Irrlicht OpenCV [");
tmp += driver->getName();
tmp += L"] fps: ";
tmp += fps;
device->setWindowCaption(tmp.c_str());
lastFPS = fps;
}
I see that Frame per ...
Search found 1 match
- Thu Dec 11, 2008 5:46 am
- Forum: Beginners Help
- Topic: Playing a Video
- Replies: 11
- Views: 1397