Hi, Qt Mobility 1.1 and higher should include examples of using the sensor and multimedia APIs from QML. There are also examples on Forum Nokia, for example:
* https://projects.forum.nokia.com/qtbubblelevel (uses the accelerometer) * https://projects.forum.nokia.com/turntable (uses multimedia) You'll most likely need to use C++ for audio input (the provided QML elements for multimedia are focused on playback). Regards, Michael On 26/02/2011, at 3:00 AM, ext Sivan Greenberg wrote: > Just to give more background to this request, I would like to minimize > the amount of C++ used for this project (or any others that I will do > from now on) and use it only when absolutely necessary. > > Thanks, > > -Sivan > > On Fri, Feb 25, 2011 at 6:58 PM, Sivan Greenberg <[email protected]> wrote: >> Hi List, >> >> I am developing an application that needs to be able to sample data >> from both sensors (all of them) and both from sound recording in real >> time. >> >> Is this possible with QML? What would be the canonical example to >> start with for such a task? >> >> Many thanks, >> >> -Sivan >> > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-qml _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
