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
Forum Updated to NodeBB v4.3 + New Features

DDS data image

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 417 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 8 Dec 2023, 07:58 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 8 Dec 2023, 15:42 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 11 Dec 2023, 05:48
      0
      • S SGaist
        8 Dec 2023, 15:42

        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 11 Dec 2023, 05:48 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.

        J 1 Reply Last reply 11 Dec 2023, 06:22
        0
        • Q QMLEngine
          11 Dec 2023, 05:48

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

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 11 Dec 2023, 06:22 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

          1/4

          8 Dec 2023, 07:58

          • Login

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