From 02dc7c7c4d4332679ef95181ebb5f258b34178fe Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sun, 26 May 2019 17:04:33 +0200 Subject: [PATCH] External grabber (V4L2) forwarding corrected Signed-off-by: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> --- libsrc/hyperion/CaptureCont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/hyperion/CaptureCont.cpp b/libsrc/hyperion/CaptureCont.cpp index 88ad364b..6c09dda2 100644 --- a/libsrc/hyperion/CaptureCont.cpp +++ b/libsrc/hyperion/CaptureCont.cpp @@ -94,7 +94,7 @@ void CaptureCont::setV4LCaptureEnable(const bool& enable) { _hyperion->registerInput(_v4lCaptPrio, hyperion::COMP_V4L); connect(GlobalSignals::getInstance(), &GlobalSignals::setV4lImage, this, &CaptureCont::handleV4lImage); - connect(GlobalSignals::getInstance(), &GlobalSignals::setSystemImage, _hyperion, &Hyperion::forwardProtoMessage); + connect(GlobalSignals::getInstance(), &GlobalSignals::setV4lImage, _hyperion, &Hyperion::forwardProtoMessage); } else {