As Dimitris mentioned, you'll want to look at AVFoundation and the AVCaptureFrames method,
Miguel has a sample over on his GitHub account here - https://github.com/migueldeicaza/monotouch-samples/tree/master/AVCaptureFrames Hope this helps, ChrisNTR On Wed, Aug 3, 2011 at 2:57 PM, Dimitris Tavlikos <[email protected]> wrote: > This is the document you should start with: > http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/03_MediaCapture.html > > AVFoundation is the namespace you need. > > Unfortunately, I have no example ready... > > Dimitris Tavlikos > Software Developer > Email: [email protected] > Twitter: http://twitter.com/#!/dtavlikos > Blog: http://software.tavlikos.com > > > > > > > On Aug 3, 2011, at 4:54 PM, kbudris wrote: > > > I have a specialized camera app that needs to process each frame of the > video > > feed before displaying it for preview, then needs to capture a > > full-resolution still image from the iPhone camera. All image capture > > samples seem to use UIImagePickerController, but I'm getting the sense > this > > may not be my best choice if I need to manipulate the individual frames > of > > the live preview. Is there another way to capture still images from the > > camera? I've been starting to look at AVFoundation, but it's not clear > > whether that provides a full-resolution still image or just video. > > > > -- > > View this message in context: > http://monotouch.2284126.n4.nabble.com/Accessing-iPhone-camera-without-UIImagePickerController-tp3715529p3715529.html > > Sent from the MonoTouch mailing list archive at Nabble.com. > > _______________________________________________ > > MonoTouch mailing list > > [email protected] > > http://lists.ximian.com/mailman/listinfo/monotouch > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- ChrisNTR Microsoft ASPInsider http://weblogs.asp.net/chrishardy http://twitter.com/chrisntr
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
