How to Invoke Native Camera Application?
-
Hello to Nokia Qt world..:)
I am facing a challange while handling the native camera application of the device. My question is : Is it possible to invoke native camera application of the device from my application and retrive the captured image? or is there anyother way to do so...
Waiting for your reply..Thnx in advance.....
-
Yep, it is possible to invoke native camera app (google for it, there should be some examples in web). To retrieve captured image you should add some QFileSystemWatchers and set them to folders where camera saves photos.
-
You can use "QtMobility":http://doc.qt.nokia.com/qtmobility-1.2/index.html package.
Here is the reference to "QCamera":http://doc.qt.nokia.com/qtmobility-1.2/qcamera.html#details class
-
May be you are looking for some thing like "this":http://doc.qt.nokia.com/qtmobility-1.2/declarative-camera.html. :)