How can I display the camera view in the main window in real time?

Posted by Mongrel Warfare on Stack Overflow See other posts from Stack Overflow or by Mongrel Warfare
Published on 2010-06-09T20:27:55Z Indexed on 2010/06/09 20:32 UTC
Read the original article Hit count: 236

I'm trying to make an augmented reality application with a waypoint structure, like Yelp, and I'm wondering how to set up my main view so that it displays the camera view on the whole screen. I've heard of using the UIImagePickerController Class, but I'm unsure how to manipulate the code so that it doesn't actually take a picture, but just stays in the view mode. Any help would be appreciated, thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c