DDS data image
-
wrote on 8 Dec 2023, 07:58 last edited by
Hello, I am new in QT 6 and Qml and I want to use dds raw data or file to show an image with QT6 and qml but I don't know how to do. Is there any way to use to show dds data in QT 6 or QML.
-
Hi and welcome to devnet,
From a quick look, it seems there is a image format plugin for it already so you should be able to show the image using the Image qml type.
-
Hi and welcome to devnet,
From a quick look, it seems there is a image format plugin for it already so you should be able to show the image using the Image qml type.
-
@SGaist You are right but When I tried to use Image qml type, it gives unsupported image type error and so, I don't know what to do.
@QMLEngine said in DDS data image:
I don't know what to do
Set QT_DEBUG_PLUGINS env variable (see https://doc.qt.io/qt-6/debug.html) before starting your application and check the output. Could be that something is missing ( library), so the plug-in is not working.
1/4