user1530580
user1530580

Reputation: 189

Make UIImagePickerController (Camera view) only show a certain # of pixels

How do I make UIImagePickerController (Camera view) only show a certain # of pixels (400 * 400 perhaps).

Does this involve creating an cameraOverlayView or is there a way where can I set the constraints on the pixels able to be shot?

Any advice would help. Thanks.

Upvotes: 0

Views: 429

Answers (1)

Say2Manuj
Say2Manuj

Reputation: 709

You should go for adding an Overlay, since by doing so you will be able to constrain the camera view to desired rect. http://blog.blackwhale.at/?p=443 http://www.musicalgeometry.com/?p=1273

Upvotes: 1

Related Questions