1

basically I am trying to use the camera function but want to be able to upload a picture once the camera button is pressed without touching the use button.

Therefore the delegate camera method never gets called. I am however trying to capture the screen using the following method to get the image:

UIGetScreenImage()

This seems unorthodox but does the trick. My issue comes with the fact that sometimes, I get the shutter image. Is there delegate method called when the shutter animation is complete?

If so, any help is more than welcomed. Thanks.

user281300
  • 1,427
  • 2
  • 19
  • 31
  • There is a similar discussion here: http://stackoverflow.com/questions/1570419/detecting-when-cameras-iris-is-open-on-iphone – user281300 Jul 26 '11 at 15:58
  • There is an answer here as well : http://stackoverflow.com/questions/6932924/iphone-grab-picture-from-camera-when-takepicture-method-called – user281300 Aug 03 '11 at 21:07
  • The answer is here: http://stackoverflow.com/questions/6932924/iphone-grab-picture-from-camera-when-takepicture-method-called – user281300 Aug 03 '11 at 22:04

1 Answers1

0

Use stillCamera from Brad Larson https://github.com/BradLarson/GPUImage

Ondrej Rafaj
  • 4,342
  • 8
  • 42
  • 65