Changed default grabbing flags when no xbmc checker is present

Former-commit-id: 9fabc0e570d44b301646c93b355042e1747a9183
This commit is contained in:
johan
2013-11-14 19:51:10 +01:00
parent 6d47b4c66b
commit 153e75555d
3 changed files with 2 additions and 7 deletions

View File

@@ -133,10 +133,6 @@ int main(int argc, char** argv)
{
QObject::connect(xbmcVideoChecker, SIGNAL(grabbingMode(GrabbingMode)), dispmanx, SLOT(setGrabbingMode(GrabbingMode)));
}
else
{
dispmanx->setGrabbingMode(GRABBINGMODE_VIDEO);
}
dispmanx->start();
std::cout << "Frame grabber created and started" << std::endl;