0

I was wondering if there's anyway to modify how the iPhone takes pictures. Specifically, if you can turn off the dimmer focus flash that shows up before the full flash, so when you take a picture it's just the full flashlight that comes on immediately. Thanks!

javarookie
  • 49
  • 7

1 Answers1

0

Unfortunately, no, I think not. From the apple developer site:

Flash Modes

There are three flash modes:

AVCaptureFlashModeOff: The flash will never fire. AVCaptureFlashModeOn: The flash will always fire. AVCaptureFlashModeAuto: The flash will fire dependent on the ambient light conditions. You use hasFlash to determine whether a device has a flash. If that method returns YES, you then use the isFlashModeSupported: method, passing the desired mode to determine whether a device supports a given flash mode, then set the mode using the flashMode property.

And there is no mention of the dimmer flash.

EDIT: Maybe you can. There are lots of iOS apps that do this

2nd Edit: After looking at this, I have concluded that you cannot do so.

Community
  • 1
  • 1
Papershine
  • 4,995
  • 2
  • 24
  • 48