Ikkreeg dit engelse mailtje over de kwaliteit van de foto's
i found its a menu driven camera app implemented in a python script which you can look at the code
(& tinker with notepad) which is neat this is the line which gives you uncompressed photos:
img.save(full_path_str%pic_name_str, format='JPEG', quality=100, bpp=24, compression='none')
on my 2meg camera file size increased to 600k instead of the usual 3-400k
i didnt write it so credits to the author.
i did find all the bits you need to run it for anyone who wants to try it. you need the pys60 runtime and the shell scripter, then copy the camera .py file in your \python dir and run it fromthe shell scripter.
there is probably a way to package it to an exe.
http://www.symbian-freak....python/python_for_s60.htm http://www.mobiletopsoft....download-view-finder.html