Fixed
Status Update
Comments
sc...@google.com <sc...@google.com>
sc...@google.com <sc...@google.com>
ap...@google.com <ap...@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.
sc...@google.com <sc...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.camera:camera-core:1.4.0-rc04
androidx.camera:camera-view:1.4.0-rc04
pr...@google.com <pr...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.camera:camera-core:1.5.0-alpha03
androidx.camera:camera-view:1.5.0-alpha03
Description
CAMERAX VERSION (ex - 1.4.0-beta01)
ANDROID OS BUILD NUMBER: android 13 DEVICE NAME: Samsung A32 5G
STEPS TO REPRODUCE: 1.setup preview,imagecapture,add overlayEffect to add watermark
2.touch preview to call startFocusAndMetering
3.focus is unexpected, A and B ,touch A region but focus B
4.remove overlayEffect,focus work expected
5.touch focus code like:
、、、
val autoFocusPoint = preview.meteringPointFactory.createPoint(p.x, p.y)
val action = FocusMeteringAction.Builder(autoFocusPoint).build()
cameraControl?.cancelFocusAndMetering()
cameraControl?.startFocusAndMetering(action)
、、、