Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. DDS data image
Qt 6.11 is out! See what's new in the release blog

DDS data image

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 847 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    QMLEngine
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply
      0
      • SGaistS SGaist

        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.

        Q Offline
        Q Offline
        QMLEngine
        wrote on last edited by
        #3

        @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.

        jsulmJ 1 Reply Last reply
        0
        • Q QMLEngine

          @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.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @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.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved