I've looked through the Apple documentation but have seen no mention of how to do this, nevermind if it's even possible or not. I'd like to make it so that an iPhone/iPad begins video recording automatically when a certain view is loaded, and stops and saves when the view is dismissed. Is there any way that I can do this or am I just going to have to use the normal UI for video recording?
Asked
Active
Viewed 1,137 times
0
-
Go and read the docs for AVFoundation and then come back with some questions about what you need to specifically know. – mattjgalloway Mar 05 '12 at 22:27
1 Answers
0
Use AVCaptureSession

jsd
- 7,673
- 5
- 27
- 47
-
that's exactly what I was looking for, thank you! looking up video capture tends to result in UIImagePickerController, which is (seemingly) incapable of doing what I need. – lunadiviner Mar 05 '12 at 22:45