I would like to write code so that when the user presses a button, the camera is launched and records 5 seconds of video. In other words I want to have video capture but with a time limit.
Is there something inside the UIImagePickerController or other parts of the framework that would allow doing this? Thank you.