Problem with camera resolution in app
Hello!
I use UIImagePickerControllerSourceTypeCamera in my application. But i want the camera to take a picture that is 320*480 pixels. When i use the camera the resolution is too high and wrong proportions. I can't use the full height of the image.
Someone who knows how to fix this?
So the camera takes a picture that is 320*480.
Thanks in advance!
I use UIImagePickerControllerSourceTypeCamera in my application. But i want the camera to take a picture that is 320*480 pixels. When i use the camera the resolution is too high and wrong proportions. I can't use the full height of the image.
Someone who knows how to fix this?
So the camera takes a picture that is 320*480.
Thanks in advance!
Just resize it
longjumper Wrote:Just resize it
What do you mean?
How do I do that?
bump this thread
Scale the image down after capturing it. Consult the appropriate image API documentation to find out how.
ThemsAllTook Wrote:Scale the image down after capturing it. Consult the appropriate image API documentation to find out how.
But how can i make the camera to take a picture with correct proportions? The camera takes a square picture so that the image has to high resolution isn't the only problem.
You'll have to clip parts of it off.
DoG Wrote:The camera does not take square pictures. It takes 4:3 format pictures.
Okay, bot how can i change that to the correct ratio?
No one who knows?

