Reputation: 294
Hi I am new in iphone. I want developing a application that we can capture image from iphone camera.
How to do this i am not understand. Plz help me how to do this with source code and link where we can read this.
Upvotes: 0
Views: 224
Reputation: 4482
Check out the UIImagePickerController class:
There's two tutorials here:
http://icodeblog.com/2009/07/28/getting-images-from-the-iphone-photo-library-or-camera-using-uiimagepickercontroller/ http://iphone.zcentric.com/2008/08/28/using-a-uiimagepickercontroller/
Another SO thread here:
https://stackoverflow.com/questions/1282830/uiimagepickercontroller-uiimage-memory-and-more
Upvotes: 1