How to use iPhone Camera in Burst Mode
In one of my project I have to use the iPhone Camera in "Burst Mode". How it could be done, if possible? 开发者_如何学C
You can try calling the takePicture
method of UIImagePickerController
with a delay of say 0.1 seconds for any number of times.
精彩评论