ios-samples/AVCaptureFrames
Paola Villarreal 2592d1e2c2 AQTapDemo/ AUSoundTriggeredPlayingSoundMemoryBased/ AVCaptureFrames/ AudioConverterFileConverter/ AudioGenerator/ AudioQueueOfflineRenderDemo/ compile but crash, Related to AudioUnit, AVFoundation 2014-05-21 11:34:03 -05: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
Info.plist AQTapDemo/ AUSoundTriggeredPlayingSoundMemoryBased/ AVCaptureFrames/ AudioConverterFileConverter/ AudioGenerator/ AudioQueueOfflineRenderDemo/ compile but crash, Related to AudioUnit, AVFoundation 2014-05-21 11:34:03 -05:00
Main.cs AQTapDemo/ AUSoundTriggeredPlayingSoundMemoryBased/ AVCaptureFrames/ AudioConverterFileConverter/ AudioGenerator/ AudioQueueOfflineRenderDemo/ compile but crash, Related to AudioUnit, AVFoundation 2014-05-21 11:34:03 -05:00
MainWindow.xib [AVCaptureFrames]Updating app icons, updating status bar color 2013-10-21 17:33:46 +01:00
MainWindow.xib.designer.cs AQTapDemo/ AUSoundTriggeredPlayingSoundMemoryBased/ AVCaptureFrames/ AudioConverterFileConverter/ AudioGenerator/ AudioQueueOfflineRenderDemo/ compile but crash, Related to AudioUnit, AVFoundation 2014-05-21 11:34:03 -05:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
README.md updated README to reflect compatibility with Xcode 2013-12-11 15:50:08 +00:00
av-capture-frames.csproj AQTapDemo/ AUSoundTriggeredPlayingSoundMemoryBased/ AVCaptureFrames/ AudioConverterFileConverter/ AudioGenerator/ AudioQueueOfflineRenderDemo/ compile but crash, Related to AudioUnit, AVFoundation 2014-05-21 11:34:03 -05: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