I have to record the video in iPhone by invoking camera programmatically. So kindly tell me how to record the video using Objective-c.
I have to record the video in iPhone by invoking camera programmatically. So kindly
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Recording Video in iPhone using AVFoundation Framework(AVCaptureSession)?
Similar question. You can control the camera device programmatically using the
AVFoundationframework, and more specifically,AVCaptureSessionwith anAVCaptureDeviceInputandAVCaptureVideoDataOutput.This link might also help, there is a link to some source code using
AVCaptureSessionon that page too.