Augmented reality for QtQuick
-
wrote on 24 Aug 2011, 17:47 last edited by
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
-
wrote on 24 Aug 2011, 19:44 last edited by
Hi, I was studying this subject for a while - currently Qt Quick (QML) will not allow you to do AR...
-
wrote on 24 Aug 2011, 20:01 last edited by
ok, but I have watched Wikitude app for Nokia, do they used UI to develop this app? or how can i do it?
-
wrote on 24 Aug 2011, 20:17 last edited by
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. :-)
-
wrote on 24 Aug 2011, 20:25 last edited by
ok, thank very much, I will try, and if i can do it, i will post more information about it
-
wrote on 24 Aug 2011, 20:26 last edited by
Good luck!
-
wrote on 24 Aug 2011, 21:14 last edited by
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.
-
wrote on 25 Aug 2011, 13:59 last edited by
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/3756They cover the basics of doing AR with Qt including tracking objects with a webcam, openGL etc
1/8