PDA

View Full Version : How to Invoke native camera application?



boyInBox
26th July 2011, 12:38
Hello Nokia Qt world,
I need some inputs from you all.
Is it possible to invoke native camera application of the device from my application and retrive the captured image. If it is not possible what is the alternative way to do so. Waiting for your reply.
---------------------Thnx in advance. :)

mvuori
26th July 2011, 13:25
About launching the camera application, see:
http://developer.qt.nokia.com/forums/viewthread/7707

After it has been launched, you need to monitor the file system for new photos.
QFileSystemWatcher class has been designed just for that task:
http://doc.qt.nokia.com/latest/qfilesystemwatcher.html