QAugmentedReality - Local based augmented reality component
(Galazzo -) |
(Galazzo -) |
||
| Line 9: | Line 9: | ||
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
|signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | |signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| − | |capabilities= | + | |capabilities= Location, NetworkServices,UserEnvironment,ReadUserData |
| − | |keywords= Augmented Reality | + | |keywords= Augmented Reality, Camera, GPS, Compass |
|language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
|translated-by= <!-- [[User:XXXX]] --> | |translated-by= <!-- [[User:XXXX]] --> | ||
| Line 24: | Line 24: | ||
== Introduction == | == Introduction == | ||
| − | + | QAugmentedReality is a camera component that provides all functionalities to create your own local based augmented reality application like Nokia City Lens.<br /> | |
| − | + | ||
== Summary == | == Summary == | ||
| + | The component built entirely from scratch, inherits all camera features adding [http://doc.qt.nokia.com/qtmobility/location-overview.html GPS], [http://doc.qt.nokia.com/qtmobility-1.2/qml-accelerometer.html Accelerometer] and [http://doc.qt.nokia.com/qtmobility/qml-compass.html Compass] support.<br /> | ||
| + | Anyway the component's strenght is the '''model''' support that allows you to easy manage your data to display. To add a '''pin''' into your scene you just need to add a {{{icode|QAugmentedRealityCameraItem}}} element to {{{icode|QAugmentedRealityCameraModel}}} to obtain a result like below:<br /> | ||
{{#ev:youtube|WFez-3_xp64}} | {{#ev:youtube|WFez-3_xp64}} | ||
| − | |||
''Add categories below. Remove Category:Draft when the page is complete or near complete'' | ''Add categories below. Remove Category:Draft when the page is complete or near complete'' | ||
Revision as of 01:49, 13 June 2012
Introduction
QAugmentedReality is a camera component that provides all functionalities to create your own local based augmented reality application like Nokia City Lens.
Summary
The component built entirely from scratch, inherits all camera features adding GPS, Accelerometer and Compass support.
Anyway the component's strenght is the model support that allows you to easy manage your data to display. To add a pin into your scene you just need to add a QAugmentedRealityCameraItem element to QAugmentedRealityCameraModel to obtain a result like below:
Add categories below. Remove Category:Draft when the page is complete or near complete

