Is it possible to control the shutter speed in iOS6?
I'm using C# Monotouch/Xamarin to build my application.
Thanks.
Is it possible to control the shutter speed in iOS6?
I'm using C# Monotouch/Xamarin to build my application.
Thanks.
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.