Capturing still images in Symbian C++
| Thu, 2005-08-25 10:00 | |
|
I had posted this topic yesterday also & suprsingly it disappeared from the forum
Neways, I am posting it again Can somebody help me out in capturing still images & saving it into a file (say bitmap) under Symbian C++ I am using Borland C++ BuilderX for developing applications Thanx, Yogesh ![]() |
|







Forum posts: 12
iEncoder = CImageEncoder::FileNewL(*aFs, *aNewFilePathAndName, KMimeType);
iEncoder->Convert( &iStatus, *iBitmapSave );
for italian development "www.italiasymbian.it"
Forum posts: 34
Could u just elaborate on this issue
Probably suggest a document for the same so that I can go thru it.
Please pardon my ignorance... I m new to Symbian C++
Many thanx,
Yogesh
Forum posts: 121
search for CCamera.
Also check forum.nokia.com, they have a number of white papers which should be able to help.
It's pretty straight forward.
Also see the EMCC book; Developing Series 60 Applications, it has a section covering the camera api's.
Not even the internet can beat a good book for getting a developer up and running.