Search code examples
iphoneobjective-ccocoa-touchios4

How to take Picture Programmatically in iphone App using device camera?


In iPhone App, Can we take pictures at some perticular time intervals programmatically by using iphone device camera ?

If yes then please let me know how we can take pictures programmatically in iPhone App?

Please Help and Suggest.

Thanks,


Solution

  • UIImagePickerController has a takePicture method that can be called programmatically.