如何使用 Android CameraX 获取拍摄照片的 ISO 和曝光时间?

How to get ISO and Exposure time of captured photo with Android CameraX?

我用Android CameraX in my application for taking photos. When I capture a photo, I can either use the ImageCapture.OnImageCapturedCallback or the ImageCapture.OnImageSavedCallback according to the documentation.

我的问题是,其中 none 包含有关所拍摄照片的 ISO 或曝光时间的信息。我怎样才能得到这些信息?

您可以使用 ExifInterface API 获取照片的详细信息。