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!
Asked
Active
Viewed 64 times
1 Answers
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
-
Do you have any examples of apps that take pictures with no focus flash? – javarookie Feb 05 '17 at 03:12
-
@javarookie Actually those allowed you to set how bright the torch is only, I am still finding some that allows this – Papershine Feb 05 '17 at 03:31
-
@javarookie oh and that isn't called the 'dimmer flash', they are caked the dual flash, one white and one yellow, to match the colour of the foreground and background – Papershine Feb 05 '17 at 03:33
-
Thanks for clarifying, I appreciate the help – javarookie Feb 05 '17 at 04:15