
Originally Posted by
wizard_hu_
Uncompressed true color 5Mp bitmap requires at least 15 megabytes, which becomes 20 if padding is also used. That is why.
Have you tried CCamera::SetJpegQuality already?
Yes, I have tried to use SetJpegQuality(100), but it seem not impact output Exif file quality.
The following is taken from the document. It seems this function is not directed against a still image, but for video.
Code:
SetJpegQuality()
virtual void SetJpegQuality(TInt aQuality)=0;
Description
Sets the quality value to use if jpeg is a supported image for video format.
Ignored if jpeg is not a supported image for video format.
Parameters
TInt aQuality The quality value to use, clamped to the range 1 to 100.