Search code examples
videointeractionvideo-recording

Video recording without user interaction


I want to record video with new iPhone SDK available on 3GS without user interaction. I went through UIImagePickerController and UIImagePickerControllerDelegate class reference. I also tried to look at the sample code provided by Apple.

Is it possible to record video without user interaction?


Solution

  • I'd not expect to find such access in the iPhone SDK - potential to record video without the user knowing seems too sneaky.