Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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,

like image 574
ios Avatar asked Dec 18 '10 09:12

ios


People also ask

What app is using my Camera on my iPhone?

In “Settings,” tap “Privacy.” In “Privacy,” tap “Camera.” After that, you'll see a list of apps that have asked you for camera access in the past. Apps that currently have access to your iPhone camera will have a green “on” switch beside them.


1 Answers

UIImagePickerController has a takePicture method that can be called programmatically.

like image 153
Matt Wilding Avatar answered Sep 19 '22 18:09

Matt Wilding