mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed XBMC Video checker from emitting all black on a lower channel than the grabber to commanding the grabber
This commit is contained in:
@@ -60,3 +60,11 @@ void DispmanxWrapper::stop()
|
||||
// Stop the timer, effectivly stopping the process
|
||||
_timer.stop();
|
||||
}
|
||||
|
||||
void DispmanxWrapper::setGrabbingMode(GrabbingMode mode)
|
||||
{
|
||||
if (mode == GRABBINGMODE_VIDEO)
|
||||
start();
|
||||
else
|
||||
stop();
|
||||
}
|
||||
|
Reference in New Issue
Block a user