You are currently browsing the archives for the Camera category.

Posted on March 4, 2010 at 6:32 am

Camera Application to Take Pictures and Save Images to Photo Album

It’s surprising easy to create a bare bones camera application on the iPhone. UIImagePickerController provides a means to access the camera, take a photo and preview the results. There is also an option to allow resizing and scaling of a photo once captured. Using UIImageWriteToSavedPhotosAlbum in the UIKit, you can easily save an image to [...]