I use 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.
My problem is, that none of them contains information about ISO or Exposure time of the captured photo. How can I get this info?
You could use ExifInterface API to get the photo's detail info.