From 5be649b3d2089e59fbbb4eedaecfdb6283eaa03f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 17 Aug 2021 21:21:37 +0200 Subject: video/ps3eye: workaround qt bug --- video-ps3eye/module.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video-ps3eye/module.cpp') diff --git a/video-ps3eye/module.cpp b/video-ps3eye/module.cpp index cdc06974..28deedc8 100644 --- a/video-ps3eye/module.cpp +++ b/video-ps3eye/module.cpp @@ -116,6 +116,8 @@ ps3eye_camera::ps3eye_camera() wrapper.setWorkingDirectory(library_path); #ifdef _WIN32 wrapper.setProgram("\"ps3eye-subprocess.exe\""); + // workaround apparent Qt 5.15.2 bug -sh 20210817 + wrapper.setProcessChannelMode(QProcess::ForwardedChannels); #else wrapper.setProgram("ps3eye-subprocess"); #endif -- cgit v1.2.3