0

I'm sorry if this is already answered...

All I need is how to fire up the rear facing camera and display it in an image view...no taking pictures, no accessing the photo library, just turning on the camera...simple.

I believe AVCapture is the thing to use, but anything I look into goes way deep than I need and I'm just not that smart. Any help is appreciated.

THANKS!

Stu Bisch
  • 11
  • 1
  • See [UIImagePickerController Class Reference](http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html) – PengOne Dec 17 '11 at 18:50

1 Answers1

0

The AVCam sample from Apple is the best place to start. Be warned that the seemingly simple task of displaying a live video preview from the camera is non-trivial.

Robin Summerhill
  • 13,695
  • 3
  • 41
  • 37