Hi all!
I'm writing an app that shoots pictures and record video and, as some of you already know, Python's camera module takes only beautifully blurred pictures!(In fact, it seems sometimes a photo is taken while the lens are moving, providing a cool "zoom in/out" effect... but since not many people share my taste for artsy photography, I really need my app to take sharp, focused pictures.)
After some search I found the fastcamera module, but I could only find versions compatible up to Symbian 3rd ed., and I need my app to run on a Symbian 5th ed. device. If anyone knows if a Symbian 5th ed. is available, please let me know.
OTOH, I also could call a C/C++ external app to shoot the photos (with autofocus), using e32.start_exe(). Do you know of any already existing apps (Symbian 5th ed. compatible) that takes just one picture and quits? Preferably one that accepts a few parameters (like resolution). If you do, please let me know!
Thank you!![]()

(In fact, it seems sometimes a photo is taken while the lens are moving, providing a cool "zoom in/out" effect... but since not many people share my taste for artsy photography, I really need my app to take sharp, focused pictures.)
Reply With Quote


