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. Is there a way I can get my Video Card memory usage?
Forum Updated to NodeBB v4.3 + New Features

Is there a way I can get my Video Card memory usage?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
11 Posts 2 Posters 2.3k 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.
  • mandruk1331M Offline
    mandruk1331M Offline
    mandruk1331
    wrote on last edited by
    #1

    I googled a lot and could not find something that could help in solving my problem, can someone give me a hint?

    Mandruk1331

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

      Hi,

      Are you looking for something like gpuz ?

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

      mandruk1331M 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi,

        Are you looking for something like gpuz ?

        mandruk1331M Offline
        mandruk1331M Offline
        mandruk1331
        wrote on last edited by
        #3

        @SGaist Yes. Can I make such a program using Qt?
        The main stat I need is the GPU memory.

        Mandruk1331

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

          Sure you can build such an application with Qt however the various video cards stats gathering is outside Qt's scope. You'll likely have to implement that kind of stuff for nVidia/AMD/Intel etc.

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

          mandruk1331M 1 Reply Last reply
          1
          • SGaistS SGaist

            Sure you can build such an application with Qt however the various video cards stats gathering is outside Qt's scope. You'll likely have to implement that kind of stuff for nVidia/AMD/Intel etc.

            mandruk1331M Offline
            mandruk1331M Offline
            mandruk1331
            wrote on last edited by
            #5

            @SGaist Ok. Thank you. By the way, how I can set to run my curent program in background?

            Mandruk1331

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

              What do you mean by background ?

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

              mandruk1331M 1 Reply Last reply
              1
              • SGaistS SGaist

                What do you mean by background ?

                mandruk1331M Offline
                mandruk1331M Offline
                mandruk1331
                wrote on last edited by
                #7

                @SGaist a 'daemon' process.

                Mandruk1331

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

                  You can use QtService from the QtSolutions module.

                  Or the QtDaemon module

                  [Fixed link ~kshegunov]

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

                  mandruk1331M 1 Reply Last reply
                  1
                  • SGaistS SGaist

                    You can use QtService from the QtSolutions module.

                    Or the QtDaemon module

                    [Fixed link ~kshegunov]

                    mandruk1331M Offline
                    mandruk1331M Offline
                    mandruk1331
                    wrote on last edited by
                    #9

                    @SGaist I mean, I want to run the app in background, so... I won't be able to see it on the main screen, but I will have an opportunity to open it from Hidden Icon menu. How I can achieve that?

                    Mandruk1331

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

                      So an application using a QSystemTrayIcon ?

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

                      mandruk1331M 1 Reply Last reply
                      1
                      • SGaistS SGaist

                        So an application using a QSystemTrayIcon ?

                        mandruk1331M Offline
                        mandruk1331M Offline
                        mandruk1331
                        wrote on last edited by
                        #11

                        @SGaist Yes that's what I need. Thank you.

                        Mandruk1331

                        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