1

Possible Duplicate:
iOS Capture “screenshot” of camera controller

I'm trying to take a screenshot when the camera of the iphone is running, I want to do this because my goal is to take a lot of screenshot and send them to a server with POST methods to simulate a streaming.
I tried a lot of methods but every time I get a blank image.

I'm french so I'm sorry if my english is bad, and thank you in advance for the help.

Community
  • 1
  • 1
Volg
  • 13
  • 4

1 Answers1

1

add transparant UIView on camera view through overlaying.and then take screenshot from that view.pls check this link

Community
  • 1
  • 1