ios-samples/AVCaptureFrames
alexrp ffdef08044 Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00
..
Images/Icons Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00
Screenshots Keep some stuff consistent. 2011-10-02 17:18:47 +02:00
Default-Landscape~ipad.png Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00
Default-Portrait~ipad.png Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00
Default.png Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00
Default@2x.png Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00
Info.plist Added Screenshots to the AV Capture Frames app. Also added icons 2011-09-30 14:04:19 -07:00
Main.cs Update comments on this call to Dispose, it is very important 2011-09-27 11:45:59 -04:00
MainWindow.xib Renamed av-capture-frames to AVCaptureFrames 2011-07-25 19:06:23 +01:00
MainWindow.xib.designer.cs Renamed av-capture-frames to AVCaptureFrames 2011-07-25 19:06:23 +01:00
Metadata.xml Initial tags. 2011-10-05 22:32:15 +02:00
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00
av-capture-frames.csproj Fix AVCaptureFrames build with newer MT versions. 2011-10-03 15:51:01 +02: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.

Authors

Miguel de Icaza