зеркало из https://github.com/xamarin/ios-samples.git
168efa013e | ||
---|---|---|
.. | ||
Resources | ||
Screenshots | ||
AppDelegate.cs | ||
Info.plist | ||
Main.cs | ||
MainWindow.xib | ||
MainWindow.xib.designer.cs | ||
Metadata.xml | ||
README.md | ||
av-capture-frames.csproj | ||
av-capture-frames.sln |
README.md
AV Capture Frames
An example on using AVFoundation and AVCaptureSession to display a real-time capture from a raw stream using a video camera.
Based on Apple's Technical Q&A QA1702: How to capture video frames from the camera as images using AV Foundation http://developer.apple.com/library/ios/#qa/qa1702/_index.html
Requires
iOS 4.0 and up.
This example will only run correctly on a iOS device, this requires a purchased version of MonoTouch.
**NOTE: This sample will only work with Xcode 5.0 or above.
Authors
Miguel de Icaza