Hey guys I was wondering if anyone had some sample code for enabling the camera for the iphone. I want to be able to Send the captured image to webservice.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
UIImagePickerControllerand itsdelegatemethod will help you to get the image from camera which you can use.Reference
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html
Pls refer this also
How to send images to a web service?