
Originally Posted by
janza
You can only capture images in the predefined sizes that you get by calling EnumerateCaptureSizes(). If you need something else you need to scale the image. In your case this should not be a big preformance issue, since you want quarter VGA image and VGA is one of the supported image sizes. You just need a fast 1/4 downscaler which should not be too hard to write. Of course you can also use standard Symbian image scaler, but that migh not be as fast as you would want it to be...