mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed default grabbing flags when no xbmc checker is present
Former-commit-id: 9fabc0e570d44b301646c93b355042e1747a9183
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user