qgroundcontrol icon indicating copy to clipboard operation
qgroundcontrol copied to clipboard

Fix video output on Qt6 for Windows platform

Open TishSerg opened this issue 9 months ago • 2 comments

Fix video output on Qt6 for Windows platform

Description

Fixes #11020 for me. It's due to changes in Qt6: https://doc.qt.io/qt-6/windows-graphics.html

Test Steps

  1. Build
  2. Run and enable video reception in the settings (for example, RTSP)
  3. Start video streaming to QGroundControl

Checklist:

Related Issue

#11020

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

TishSerg avatar Apr 30 '24 15:04 TishSerg

Which build system and which gstreamer are you using?

HTRamsey avatar May 03 '24 02:05 HTRamsey

Which build system and which gstreamer are you using?

I'm building with Qt Creator 13.0.0 / Desktop Qt 6.6.1 MSVC2019 64bit.

GStreamer: currently I have 1.24.2, but had the recommended version and the situation was the same.

TishSerg avatar May 03 '24 06:05 TishSerg

Replaced by #11678

HTRamsey avatar Jul 14 '24 01:07 HTRamsey

Video output is also not working for Linux platform. Are there any recommended changes?

elitedevbot avatar Aug 22 '24 07:08 elitedevbot

It works fine on Ubuntu 24.04 so it's probably something related to gstreamer version. Somebody backported the gstreamer plugin to get it to work on Ubuntu 20.04 and I have no idea if it is correct or not.

HTRamsey avatar Aug 22 '24 08:08 HTRamsey