Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. how to plot 3D surface data visualization graph with QT on Raspberry Pi?

how to plot 3D surface data visualization graph with QT on Raspberry Pi?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 848 Views
  • 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.
  • P Offline
    P Offline
    Phani
    wrote on last edited by
    #1

    Hi,

    For one of my embedded project, I am using QT and for the report, I need to show the details as 3D surface graph. I am using Raspberry Pi-3 and using QTCreator (when I see help -> About QT Creator : I see QT Creator 3.2.1 (based on Qt 5.3.2 (GCC4.9.2 32 bit))

    So I looked at
    http://doc.qt.io/qt-5/qtdatavisualization-index.html (in fact, my requirement is to create graph more or less similar to http://doc.qt.io/qt-5/qtdatavisualization-qmlsurface-example.html with 3D data points I collect)
    and ran into series of doubts...

    1. In the link above - it is mentioned, "import QtDataVisualization 1.2" in .qml. But I could not find the .qml file in my project at all.
    2. Also as mentioned in then next sections of link, when I try "#include <QtDataVisualization>" the compilation breaks.
    3. I also read somewhere the DataVisualization is not enabled in QT but we need to enable in QT. What is the procedure to do this in Raspberry Pi?
    4. Also one possibility is - Maintenance Tool and choose add components, select Qt Charts and Qt Data Visualization but I could not find where the maintenance tool in Raspberry Pi :(

    Let me know if you have any suggestions for me.

    Thanks a lot and with best regards,
    Phani.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MhmRhm
      wrote on last edited by
      #2

      I believe this module is unavailable for raspberry pi. I'm cross compiling Qt for raspberry and I can't build this module.

      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