Fixed
Status Update
Comments
er...@google.com <er...@google.com>
er...@google.com <er...@google.com> #2
Hi there,
Thank you for reporting an issue. However we will need to see how you are modifying the sample code to further assist. Could you please link to a github or attach the changes here? Thanks
Thank you for reporting an issue. However we will need to see how you are modifying the sample code to further assist. Could you please link to a github or attach the changes here? Thanks
ka...@gmail.com <ka...@gmail.com> #3
修正したものの diff ファイルを添付いたします。
よろしくお願いいたします。
よろしくお願いいたします。
ka...@gmail.com <ka...@gmail.com> #4
I have attached the diff here, but is there any missing information?
er...@google.com <er...@google.com>
wu...@google.com <wu...@google.com>
ta...@google.com <ta...@google.com>
ta...@google.com <ta...@google.com> #5
Hi, thanks for reporting the issue. I was able to reproduce the issue and currently working on a fix/workaround.
ap...@google.com <ap...@google.com> #6
Project: platform/frameworks/support
Branch: androidx-main
commit 1357ec1fe8b16c8f6e4d291d500f370d7a6ae6f3
Author: Tahsin Masrur <tahsinm@google.com>
Date: Fri Jun 30 00:30:26 2023
Add Pixel 4 and 5 models to FlashTooSlowQuirks
In all the Pixel 4 and Pixel 5 variants, the auto flash feature faces problems like dark captures in low light (also blurry or overexposed images in some cases) due to the flash not being on for sufficient time or delay before actual photo capture. This CL adds a workaround to use the torch as flash which provides better and consistent result as per our test.
Relnote: "Use torch as flash for Pixel 4 and 5 variants to improve capture quality in low light"
Bug: 280221967
Test: FlashTooSlowQuirkTest
Change-Id: I56ff5a3af37a4480f734db94c8e763f34dd9cc3b
M camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/FlashTooSlowQuirk.kt
A camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/compat/quirk/FlashTooSlowQuirkTest.kt
M camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/quirk/FlashTooSlowQuirk.java
M camera/camera-camera2/src/test/java/androidx/camera/camera2/internal/compat/quirk/FlashTooSlowQuirkTest.kt
https://android-review.googlesource.com/2640252
Branch: androidx-main
commit 1357ec1fe8b16c8f6e4d291d500f370d7a6ae6f3
Author: Tahsin Masrur <tahsinm@google.com>
Date: Fri Jun 30 00:30:26 2023
Add Pixel 4 and 5 models to FlashTooSlowQuirks
In all the Pixel 4 and Pixel 5 variants, the auto flash feature faces problems like dark captures in low light (also blurry or overexposed images in some cases) due to the flash not being on for sufficient time or delay before actual photo capture. This CL adds a workaround to use the torch as flash which provides better and consistent result as per our test.
Relnote: "Use torch as flash for Pixel 4 and 5 variants to improve capture quality in low light"
Bug: 280221967
Test: FlashTooSlowQuirkTest
Change-Id: I56ff5a3af37a4480f734db94c8e763f34dd9cc3b
M camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/quirk/FlashTooSlowQuirk.kt
A camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/compat/quirk/FlashTooSlowQuirkTest.kt
M camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/quirk/FlashTooSlowQuirk.java
M camera/camera-camera2/src/test/java/androidx/camera/camera2/internal/compat/quirk/FlashTooSlowQuirkTest.kt
ta...@google.com <ta...@google.com> #7
The fix should be available from next release.
na...@google.com <na...@google.com> #8
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.camera:camera-camera2:1.3.0-beta02
Description
そのアプリで動作確認をしたところ Pixel 4 の場合に、暗い環境でオートフラッシュで撮影すると暗い写真になってしまう状況が発生しています。
こちらの原因や解決策をおおしえいただけないでしょうか。
常にフラッシュをつける設定にして写真を撮影した場合には明るい写真が撮影できる状況です。
また、オートの場合にもフラッシュ自体は焚かれており、シャッターが遅れているため暗い写真になっているように見える状態です。
また、2台の PIxel 4 の端末で動作確認を行って同じ症状であることを確認しております。端末にインストールされているアプリなどの構成は違う端末になりますので、特定の端末ではなく、特定の機種での問題ではないかと考えている状況です。
CAMERAX VERSION: 1.2.1
DEVICE NAME: Pixel 4
OBSERVED RESULTS:
- フラッシュAUTOで撮影 => 【フラッシュAuto】2023-02-28-11-24-56-741.jpg
- フラッシュONで撮影 => 【フラシュON】2023-02-28-11-25-04-820.jpg
REPRODUCIBILITY: 該当の端末では100%再現している状況のようです。