Am I developing the application that requires recording a video in the background, while the user listening to the music player Used to be ?? Is it possible for the iPhone's video recorder to be prompted to automatically press the record button in the background mode ??
Look at the new AV Foundation framework in iOS 4.0, to frame the video with the framework camera ( Low level) access.
The main category will be required to use AVCaptureSession
and you set the output to either AVCaptureMovieFileOutput
or AVCaptureVideoDataOutput
will do.
More info:
Comments
Post a Comment