Namespaces
Variants
Actions
Revision as of 11:08, 6 March 2012 by kkrish (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reading accelerometer sensor data using QML

Jump to: navigation, search

This code example shows how to read accelerometer data (x, y and z value) in QML.

Article Metadata

Code Example
Installation file: included in zip code.

Tested with
SDK: Qt SDK 1,2
Devices(s): Nokia E7

Compatibility
Platform(s): Symbian
Device(s): Device with accelerometer sensor
Dependencies: None

Platform Security
Signing Required: Self
Capabilities: None

Article
Keywords: Accelerometer QML
Created: kkrish (06 Mar 2012)
Last edited: kkrish (06 Mar 2012)

Introduction

The code is very simple and written in QML. QtMobility API must be available on your device to execute this this code.

Screen Shot:

Scr000048.jpg

import QtMobility.sensors 1.1
 
Accelerometer{
id: xMeter
active: true
onReadingChanged: {
console.log("=====onReadingChanged=========");
xVal = reading.x
yVal = reading.y
zVal = reading.z
}
}
90 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved