You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
You'll notice that the flash light doesn't turn off until we reach FLASH_OFF. I would have expected FLASH_AUTO to also leave the flash off until the capture.
If we alter the line at https://github.com/google/cameraview/blob/master/demo/src/main/java/com/google/android/cameraview/demo/MainActivity.java#L72 to:
You'll notice that the flash light doesn't turn off until we reach
FLASH_OFF
. I would have expectedFLASH_AUTO
to also leave the flash off until the capture.https://stackoverflow.com/questions/53003383/android-camera2-api-cant-turn-off-torch-mode
The text was updated successfully, but these errors were encountered: