For example QML camera example, I can find it here: http://doc.qt.nokia.com/qtmobility-1.2/declarative-camera-capturecontrols-qml.html but how can I download it?
Type: Posts; User: PhoneSoulPL; Keyword(s):
For example QML camera example, I can find it here: http://doc.qt.nokia.com/qtmobility-1.2/declarative-camera-capturecontrols-qml.html but how can I download it?
When I use qml camera element to capture an image for preview, the image will always be saved and showed in the gallery. Is there anyway that I can delete or not save the preview image?
Thanks very much gnuton. I have been able to save the image. Now my problem is that when I use qml camera element to capture an image for preview, the image will always be saved and showed in the...
Hi Gnuton,
What I would like to do is to get the camera captured image, then in my c++ code merge the image with another image and save the merged image. That's why I need to get the QImage of the...
Hi ,
How can I get QImage object in my C++ code from camera preview? I have found somewhere said that I need to use QDeclarativeImageProvider. Can anyone give me some sample code on how to use it?...
Thanks Rahul,
You are very helpful.
Hi Savaj,
Thanks for your reply. I am not looking for third party application for this. I am looking for source code for this functionality.
I would like to take a screenshot of the N9 screen. Anyone know how this can be done? I have several images on the screen, if taking screenshot is too difficult, then how can I merge the images to...
Hi Rahulvala, thanks for your advice, have you tried that and is it working?
I tried lock the page orientation (in the Page qml set the orientationLock property, but it does not work)
I have tried to add in a camera control to my page. However, when I try to capture photos, the displayed image is not in the right orientation. It's always 90 degree from the device orientation. Does...
I can find my application in search. But the icon is not displaying correctly and when I click the name, it shows "Sorry, that won't open" message. Can I know why it is like this and how can I fix...
In the set up development project the documentation said "Fetch libinappanalytics and libinappanalytics-dev packages from the repository and add them to your project's dependencies". Can any one show...