diff --git a/deploy/hyperiond.REMOVED.git-id b/deploy/hyperiond.REMOVED.git-id index a1c3f66b..87abc0ab 100644 --- a/deploy/hyperiond.REMOVED.git-id +++ b/deploy/hyperiond.REMOVED.git-id @@ -1 +1 @@ -ebda31a60195d645efb523164516c049a2f9b823 \ No newline at end of file +391a5783725844074e6c221406f39e24d66f0bf3 \ No newline at end of file diff --git a/libsrc/dispmanx-grabber/DispmanxWrapper.cpp b/libsrc/dispmanx-grabber/DispmanxWrapper.cpp index e4c65fae..3893e94f 100644 --- a/libsrc/dispmanx-grabber/DispmanxWrapper.cpp +++ b/libsrc/dispmanx-grabber/DispmanxWrapper.cpp @@ -66,11 +66,11 @@ void DispmanxWrapper::setGrabbingMode(const GrabbingMode mode) switch (mode) { case GRABBINGMODE_VIDEO: - case GRABBINGMODE_AUDIO: - case GRABBINGMODE_PHOTO: _frameGrabber->setFlags(DISPMANX_SNAPSHOT_NO_RGB|DISPMANX_SNAPSHOT_FILL); start(); break; + case GRABBINGMODE_AUDIO: + case GRABBINGMODE_PHOTO: case GRABBINGMODE_MENU: _frameGrabber->setFlags(0); start();