(Solved) How to implement custom camera functionality in iPhone? [closed]


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.

0

solved How to implement custom camera functionality in iPhone? [closed]