Reputation: 526
Does anyone know if theres a property to access the cameras current exposure duration? I want to know what the auto exposure will set the exposure duration at if I set the ISO at its minimum.
Upvotes: 0
Views: 1186
Reputation: 3488
Check out exposureDuration
from AVCaptureDevice
As per apple documentation
Only exposure duration values between minExposureDuration and maxExposureDuration are supported. The exposure duration can be read at any time
Upvotes: 1