ios-samples/AVCaptureFrames
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
Resources [AVCaptureFrames]Updating app icons, updating status bar color 2013-10-21 17:33:46 +01:00
Screenshots Keep some stuff consistent. 2011-10-02 17:18:47 +02:00
AppDelegate.cs [AVCaptureFrames] Use CVOptionFlags in CVPixelBuffer.Lock: 2016-03-20 18:11:17 -03:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Main.cs [AVCaptureFrames] Update sample + fix #38339 2016-02-10 17:42:09 -03:00
MainWindow.xib update xibs and storyboards 2017-07-20 14:57:30 -07:00
MainWindow.xib.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Update brief tags description 2015-03-27 06:09:51 +03:00
README.md updated README to reflect compatibility with Xcode 2013-12-11 15:50:08 +00:00
av-capture-frames.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
av-capture-frames.sln Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00

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