how to access the image captured using takePicture
Posted
by dev
on Stack Overflow
See other posts from Stack Overflow
or by dev
Published on 2009-10-14T06:20:32Z
Indexed on
2010/05/29
16:02 UTC
Read the original article
Hit count: 147
With takePicture, the camera captures an image (click), however I it does not call the imagePickerController:didFinishPickingMediaWithInfo: method. So how do we access the image?
© Stack Overflow or respective owner