Fixed
Status Update
Comments
wu...@google.com <wu...@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.
wu...@google.com <wu...@google.com>
ka...@google.com <ka...@google.com>
ka...@google.com <ka...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit cd926db1aaadb8f20f27cbc68cfbe7b73b879164
Author: Kailiang Chen <kailianc@google.com>
Date: Thu Aug 04 10:09:08 2022
[ImageAnalysis] Mark setOutputImageRotationEnabled as RequiresApi(23)
Relnote: "Add API level requirement for setOutputImageRotationEnabled"
Bug: b/240993561
Test: Run integration test
Change-Id: I26e3e939c0d4662573840d378b802e68141b8283
M camera/camera-core/api/public_plus_experimental_current.txt
M camera/camera-core/src/main/java/androidx/camera/core/ImageAnalysis.java
M camera/camera-core/api/public_plus_experimental_1.2.0-beta02.txt
M camera/camera-core/api/restricted_current.txt
M camera/camera-core/api/1.2.0-beta02.txt
M camera/camera-core/api/current.txt
M camera/camera-core/api/restricted_1.2.0-beta02.txt
https://android-review.googlesource.com/2175842
Branch: androidx-main
commit cd926db1aaadb8f20f27cbc68cfbe7b73b879164
Author: Kailiang Chen <kailianc@google.com>
Date: Thu Aug 04 10:09:08 2022
[ImageAnalysis] Mark setOutputImageRotationEnabled as RequiresApi(23)
Relnote: "Add API level requirement for setOutputImageRotationEnabled"
Bug:
Test: Run integration test
Change-Id: I26e3e939c0d4662573840d378b802e68141b8283
M camera/camera-core/api/public_plus_experimental_current.txt
M camera/camera-core/src/main/java/androidx/camera/core/ImageAnalysis.java
M camera/camera-core/api/public_plus_experimental_1.2.0-beta02.txt
M camera/camera-core/api/restricted_current.txt
M camera/camera-core/api/1.2.0-beta02.txt
M camera/camera-core/api/current.txt
M camera/camera-core/api/restricted_1.2.0-beta02.txt
ka...@google.com <ka...@google.com>
na...@google.com <na...@google.com> #5
This bug was linked in a change in the following release(s):
androidx.camera:camera-core:1.2.0-beta02
Description
CAMERAX VERSION: 1.1.0 and 1.2.0-alpha04
DEVICE NAME: Nexus 5
DESCRIPTION: The image isn't rotated after calling setOutputImageRotationEnabled(true).
STEPS TO REPRODUCE:
CameraFragment
and debug the app. Record the image size in theImageAnalyzer
. It's 1280x720 in my case.setOutputImageRotationEnabled(true)
.