Capturing still images using Qt mobility 1.0.2
Hey
Can anyone please provide some sample code so that one can use the device camera to take images in the application?? My SDK is not showing classes like QCamera, QImageCapture etc. Is there some other way to take a photograph in the older versions of qt mobility
Re: Capturing still images using Qt mobility 1.0.2
Hi,
Please let us know the Qt SDK version which you are using.
And in your SDK search for the class “[B]XQCamera[/B]” this is the main class for camera API,as per the link: [url]http://www.developer.nokia.com/Community/Wiki/Mobile_Extensions#5._Camera_API[/url]
Re: Capturing still images using Qt mobility 1.0.2
You may try to use the native APIs as well. Here is the [URL="http://www.developer.nokia.com/info/sw.nokia.com/id/d34673cd-50fc-4b22-887c-869e1167e81f/Camera_Guide.html"]Camera guide[/URL].
Re: Capturing still images using Qt mobility 1.0.2
[QUOTE=sapur;895607]Hi,
Please let us know the Qt SDK version which you are using.
And in your SDK search for the class “[B]XQCamera[/B]” this is the main class for camera API,as per the link: [url]http://www.developer.nokia.com/Community/Wiki/Mobile_Extensions#5._Camera_API[/url][/QUOTE]
That is a three years old, obsolete document... These APIs have changed since and continue to change. The most important one has for a long time been QCamera.