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. Augmented reality for QtQuick
QtWS25 Last Chance

Augmented reality for QtQuick

Scheduled Pinned Locked Moved QML and Qt Quick
8 Posts 5 Posters 4.6k 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.
  • V Offline
    V Offline
    vecko_260590
    wrote on 24 Aug 2011, 17:47 last edited by
    #1

    Hi:

    I want to develop an app wich need to use Augmented reality, i want to know if QtQuick include tools for AR, and how can i use it?

    I´m using Symbian 3 and i have troubles using Camera, so I need your help please, give any idea.

    Thanks

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cmer4
      wrote on 24 Aug 2011, 19:44 last edited by
      #2

      Hi, I was studying this subject for a while - currently Qt Quick (QML) will not allow you to do AR...

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vecko_260590
        wrote on 24 Aug 2011, 20:01 last edited by
        #3

        ok, but I have watched Wikitude app for Nokia, do they used UI to develop this app? or how can i do it?

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mlong
          wrote on 24 Aug 2011, 20:17 last edited by
          #4

          It may be able to be done, but Qt Quick doesn't include native tools to do it for you. You'd have to implement those yourself. A good start may be making sure you can use Camera properly. :-)

          Software Engineer
          My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

          1 Reply Last reply
          0
          • V Offline
            V Offline
            vecko_260590
            wrote on 24 Aug 2011, 20:25 last edited by
            #5

            ok, thank very much, I will try, and if i can do it, i will post more information about it

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mlong
              wrote on 24 Aug 2011, 20:26 last edited by
              #6

              Good luck!

              Software Engineer
              My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

              1 Reply Last reply
              0
              • E Offline
                E Offline
                edis
                wrote on 24 Aug 2011, 21:14 last edited by
                #7

                The question is a bit ambiguous. Quick does not have any API for tracking fiducials nor anything else, you should do this by yourself or use any other library like OpenCV, ARToolkit or something similar.

                However the Quick UI elements can be used for AR or any other interactive interface. I use some for a project we have at edis, you can check some videos at http://edis.mx

                In the projects we use projection mapping, cameras, calibration, and whatnot, and we use Qt and Qt Quick for UI and interactive elements.

                --
                EDIS Interactive
                http://edis.mx
                http://vimeo.com/edis

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kidproquo
                  wrote on 25 Aug 2011, 13:59 last edited by
                  #8

                  While it's not for Qt C++ rather than Qt Quick these blog posts might be of interest to you if you haven't seen them already:

                  "Part 1":http://appdeveloper.intel.com/en-us/blog/2011/03/09/augmented-reality-qt-part-1-capturing-video-webcam
                  "Part 2":http://appdeveloper.intel.com/en-us/blog/2011/03/14/augmented-reality-qt-part-2-3d-opengl
                  "Part 3":http://appdeveloper.intel.com/en-us/node/3756

                  They cover the basics of doing AR with Qt including tracking objects with a webcam, openGL etc

                  1 Reply Last reply
                  0

                  1/8

                  24 Aug 2011, 17:47

                  • Login

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