Hello,

I am working on 3.1 SDK with UIImagePickerController.
When I call takePicture I recieve image with size 1600x1200 in my "- (void)imagePickerControllerUIImagePickerController *)picker didFinishPickingMediaWithInfoNSDictionary *)info". But ptoblem is that it take a lof of time (almost 1 second). Is it possible predefine/configure UIImagePickerController for other size (for example, 320x300)?
Does anybody have any solutionn how to change this size?

Any help will be very important, thanks.