1

Is it possible to control the shutter speed in iOS6?

I'm using C# Monotouch/Xamarin to build my application.

Thanks.

Goober
  • 13,146
  • 50
  • 126
  • 195
  • 1
    According to [this question][1], there is no public API to control shutter speed. [1]: http://stackoverflow.com/questions/12635446/accessing-ios-6-new-apis-for-camera-exposure-and-shutter-speed – Jason Aug 11 '13 at 13:01

1 Answers1

1

No. According to this question, Apple does not provide any public API to control shutter speed.

You could try binding the private APIs mentioned to allow them to be accessed from Xamarin.iOS, but that would cause your app to be rejected by the App Store review process.

Community
  • 1
  • 1
Jason
  • 86,222
  • 15
  • 131
  • 146