Verified
Status Update
Comments
ch...@google.com <ch...@google.com>
ta...@google.com <ta...@google.com> #2
Running into a similar issue, any update on this?
ta...@google.com <ta...@google.com> #3
This is a platform behavior change.
ry...@gmail.com <ry...@gmail.com> #4
Reassigning to current owner per go/androidx/owners.
ta...@google.com <ta...@google.com>
ap...@google.com <ap...@google.com> #5
Re-triaging by request.
ry...@gmail.com <ry...@gmail.com> #7
deleted
Description
This is a CameraX Feature Request to provide support to determine if the camera flash unit flash was fired -- primarily when flash mode is set to Auto.
Our current implementation makes use of
CameraController.takePicture()
via theImageCapture.OnImageCapturedCallback()
. Perhaps the flash result can be provided as an additional parameter toonCaptureSuccess(ImageProxy)
The goal is to set the appropriate Exif values for
ExifInterface.TAG_FLASH
. We can determine the flash mode prior to photo capture, but we are unable to determine if the flash fired or not.