Question

Is there any API instruction or calculation to obtain the android camera Aperture F value, and the Exposure Time?

The Camera API exposes methods to get the White Balance, the Focal Length, etc, but I couldn't find anything related to the Aperture and the Exposure Time.

Thanks

Was it helpful?

Solution

In the Android Developer's Guide for ExifInterface, which is a class in the android.media API (not, the now deprecated Camera API), there is information for Aperture and Exposure Time

Sample code showing how it could be used is available at ExifHelper

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top