views:

41

answers:

1

How do you show the live camera feed in a subview within our main interface on the iPhone?

+1  A: 

There are plenty of good examples on google, or from the official Apple documentation:

Apple iPhone Device Support

Hope fully this can point you in the right direction. There are many forums too which have tutorials/examples on how to integrate the camera into an app.

phaxian
how to embed from camera in uiimagepickercontroller in iphone xcode? Please help me out its urgent. Thanks in advance..
santosh
You could for instance try to follow the link in phaxians answer. It will point you to two sample projects that shows you exactly how to embed the camera using the UIImagePickerController.If there are any specific questions regarding those samples just ask, but asking the exact same question sounding like you want somebody else to do your work doesn't bring you a long way.
Claus Broch