how to start a standard nokia camera in qt
Hello friends,I am working the Qcamera api,and I want to know how to start the camera,I read the documents ,but m not able to start the camera,I just want to start the camera on a button click
Regards
imrrk
4 replies
Hi,
You can use Qt mobility to embedded and use a camera in your app. If you just want to launch the default camera app find an article about launching app in Symbian by their UID and locate the UID of the camera [developer.nokia.com]. Please note that UID of the camera app may vary on different devices!
Regards,
Leon
This thread might be helpful when it comes to flash.
How to set the camera flash on [developer.qt.nokia.com]
I just want to avoid posting the same answer here :)
As for lunching the camera app try using QProcess and start(“CameraApp.exe”).
I found the app Y-Tasks to be very helpful, among other features it will help you find the exe name and uid of apps installed on the device.
You must log in to post a reply. Not a member yet? Register here!





