tags:

views:

17

answers:

1

Hello,

I want to develop an application, which should do video recording. I think, the API's are available from iOS 4.0 SDK, not prior to that. Please correct me if i'm wrong anything and share me the API set link for this.

Thank you.

+1  A: 

Here is the link to the video recording API (which is available since iOS3.0)

dkk
Thank you. Is there any restrictions there that can work on 2G 3.0 devices onwards or 3G 3.0 devices onwards or or 3GS 3.0 devices onwards something like that? Because i don't see any third party Video recording apps are developed for 2G devices.
It sais "Starting in iOS 3.0, you can record video, with included audio, on supported devices". So, if you can update it to iOS 3.0 and if it is able to record video it should work.
dkk
Thank you very much. I'm still a bit confused. What it means, supported device? All iOS 3.0 devices has camera, all iOS 3.0 based devices should support Video recording right.
All have a camera with recording ability but not all do have iOS 3.0 or higher. For example iPhones or iPhone 3G without iOS update will have a lower version. For device properties see: http://en.wikipedia.org/wiki/List_of_iOS_devices
dkk
Also, iPads have no camera
dkk
Actually, the iPhone and iPhone 3G cannot record video (on non-jailbroken devices). Also, the iPod touch up until the 4th generation did not have a camera.
Brad Larson