문제

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