开发者

iOS Raw Video Capture - Where to start?

开发者 https://www.devze.com 2023-03-07 01:05 出处:网络
It\'s easy enough to use the system-supplied user interfaces for taking pictures and movies on supported iOS devices. How do I do raw video capture and manipulation in iOS 3 and iOS 4? I\'m looking fo

It's easy enough to use the system-supplied user interfaces for taking pictures and movies on supported iOS devices. How do I do raw video capture and manipulation in iOS 3 and iOS 4? I'm looking for the names o开发者_开发技巧f the relevant classes and methods, and possibly a tutorial or reference from Apple...


You can look at these place

AVCam sample

How to Play, Record, and Edit Videos in iOS

Audio & Video Starting Point

AVCaptureSession preference

Wrapper library by Andrew


If you're looking for tuts, there are a lot here.


There good start from Apple with a lots of links that can help. See Audio & Video Starting Point.


You can't do raw video capture on iOS anymore (there used to be hack for iOS3, but now that's it's official in iOS4, they disallowed the hack).

And on iOS 4 - I believe this is the best start: http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/03_MediaCapture.html

(Read a little, then browse to Processing Frames of Video)

Cheers,

Oded.

0

精彩评论

暂无评论...
验证码 换一张
取 消