Fixed
Status Update
Comments
er...@google.com <er...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
l....@gmail.com <l....@gmail.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
sc...@google.com <sc...@google.com>
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit edc83750c3c922f950f79d7f91b7a39f00518215
Author: repo sync -c -j8 <scottnien@google.com>
Date: Tue Aug 31 23:17:37 2021
Fixed the issue that captured photos are blurred in MAXIMIZE_QUALITY mode
Root cause: it is because we don't wait for AF focus lock before
issuing still capture rquest.
Solution:
When in CAPTURE_MODE_MAXIMIZE_QUALITY, imageCapture will now wait
for AF focus to lock or complete before issuing still capture
request.
Relnote: "Fix the issue where the captured photos are blurred
in MAXIMIZE_QUALITY mode."
Bug: 193823892
Test: Manual test
Change-Id: I173a99c55ee46bc78033ef0582b24acf4e432403
M camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/adapter/CaptureResultAdapter.kt
M camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/Camera2CameraCaptureResultTest.java
M camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/Camera2CameraCaptureResult.java
M camera/camera-core/src/main/java/androidx/camera/core/ImageCapture.java
M camera/camera-core/src/main/java/androidx/camera/core/impl/CameraCaptureMetaData.java
https://android-review.googlesource.com/1814876
Branch: androidx-main
commit edc83750c3c922f950f79d7f91b7a39f00518215
Author: repo sync -c -j8 <scottnien@google.com>
Date: Tue Aug 31 23:17:37 2021
Fixed the issue that captured photos are blurred in MAXIMIZE_QUALITY mode
Root cause: it is because we don't wait for AF focus lock before
issuing still capture rquest.
Solution:
When in CAPTURE_MODE_MAXIMIZE_QUALITY, imageCapture will now wait
for AF focus to lock or complete before issuing still capture
request.
Relnote: "Fix the issue where the captured photos are blurred
in MAXIMIZE_QUALITY mode."
Bug: 193823892
Test: Manual test
Change-Id: I173a99c55ee46bc78033ef0582b24acf4e432403
M camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/adapter/CaptureResultAdapter.kt
M camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/Camera2CameraCaptureResultTest.java
M camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/Camera2CameraCaptureResult.java
M camera/camera-core/src/main/java/androidx/camera/core/ImageCapture.java
M camera/camera-core/src/main/java/androidx/camera/core/impl/CameraCaptureMetaData.java
sc...@google.com <sc...@google.com> #5
Hi Venkatech,
The blurry image issue is improved by this CL. It will be included in the upcoming release.
The blurry image issue is improved by this CL. It will be included in the upcoming release.
l....@gmail.com <l....@gmail.com> #6
Thanks Scott.
Imagecapture will wait for AF merge only in "CAPTURE_MODE_MAXIMIZE_QUALITY" or for both "CAPTURE_MODE_MAXIMIZE_QUALITY" & "CAPTURE_MODE_MINIMIZE_LATENCY"?
Regards,
Venkatesh.
Imagecapture will wait for AF merge only in "CAPTURE_MODE_MAXIMIZE_QUALITY" or for both "CAPTURE_MODE_MAXIMIZE_QUALITY" & "CAPTURE_MODE_MINIMIZE_LATENCY"?
Regards,
Venkatesh.
l....@gmail.com <l....@gmail.com> #7
@Scott
"It will be included in the upcoming release."
Does this mean, fix will be available in "1.0.2" stable release?
"It will be included in the upcoming release."
Does this mean, fix will be available in "1.0.2" stable release?
sc...@google.com <sc...@google.com> #8
It will wait for AF convergence only in CAPTURE_MODE_MAXIMIZE_QUALITY.
And we will schedule 1.0.2 stable release to include this fix.
l....@gmail.com <l....@gmail.com> #9
Thanks Scott for update
ju...@google.com <ju...@google.com> #10
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.camera:camera-core:1.2.0
Description
Many users had reported that captured image is blur. Do we have any setting/workaround to avoid captured image being blurred? By the way, users also mentioned that using native camera image was NOT coming Blur.