Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top