grab image displayed on the UIImagePickerController without the overlay
Posted
by racker
on Stack Overflow
See other posts from Stack Overflow
or by racker
Published on 2010-04-29T22:23:10Z
Indexed on
2010/04/29
22:27 UTC
Read the original article
Hit count: 188
iphone
|uiimagepickercontroller
I'm using UIImagePickerController with the camera as the sourceType. I am also drawing a custom overlay on the picker using the built-in overlay functionality(picker.overlay = myOverlay).
How can I get an UIImage of the camera, excluding my overlay?. I tried using UIGetScreenImage() but that captures my overlay as well.
© Stack Overflow or respective owner