зеркало из https://github.com/xamarin/ios-samples.git
ffdef08044 | ||
---|---|---|
.. | ||
Images/Icons | ||
Screenshots | ||
Default-Landscape~ipad.png | ||
Default-Portrait~ipad.png | ||
Default.png | ||
Default@2x.png | ||
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.
Authors
Miguel de Icaza