I want to develop a functionality such that to implement custom camera functionality in iPhone apps so please give me any link or any idea to develop this functionality.
Thanks in advance.
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.
What do you mean by custom camera? You can only use the UIImagePickerController which brings up a defautlt camera interface to capture images or videos. You can use camera overlay to show some custom view as overlay.
You can use some image processing techniques if you want to do any image alteration or something on the captured images.