Fixed
Status Update
Comments
ch...@google.com <ch...@google.com> #2
Hi,
Could you help to provide the device brand and model name? If you encounter the same issue on multiple devices, please provide the info for all devices so that I can add all of them into the quirk list. Thanks.
a1...@gmail.com <a1...@gmail.com> #3
vivo s16(vivo-V2244A)
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com>
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit da5468488564af17f538f2f9da9ca8adb5ec5ecb
Author: Charcoal Chen <charcoalchen@google.com>
Date: Wed Sep 06 14:20:43 2023
Fix large JPEG image issue on Vivo S16 device
Relnote:"Fixed large captured JPEG image issue on Vivo S16 device. The captured JPEG images contain redundant 0's padding data in the JFIF compressed data segment. It causes the captured images to have large file size. Those redundant 0's padding data will be removed to make the captured images have normal image file sizes."
Bug: 299069235
Test: ./gradlew bOS
Change-Id: I79505f36e448374847f82eba0696c31b0839ab26
M camera/camera-core/src/main/java/androidx/camera/core/internal/compat/quirk/LargeJpegImageQuirk.java
M camera/camera-core/src/test/java/androidx/camera/core/internal/compat/workaround/InvalidJpegDataParserTest.kt
https://android-review.googlesource.com/2742616
Branch: androidx-main
commit da5468488564af17f538f2f9da9ca8adb5ec5ecb
Author: Charcoal Chen <charcoalchen@google.com>
Date: Wed Sep 06 14:20:43 2023
Fix large JPEG image issue on Vivo S16 device
Relnote:"Fixed large captured JPEG image issue on Vivo S16 device. The captured JPEG images contain redundant 0's padding data in the JFIF compressed data segment. It causes the captured images to have large file size. Those redundant 0's padding data will be removed to make the captured images have normal image file sizes."
Bug: 299069235
Test: ./gradlew bOS
Change-Id: I79505f36e448374847f82eba0696c31b0839ab26
M camera/camera-core/src/main/java/androidx/camera/core/internal/compat/quirk/LargeJpegImageQuirk.java
M camera/camera-core/src/test/java/androidx/camera/core/internal/compat/workaround/InvalidJpegDataParserTest.kt
ch...@google.com <ch...@google.com> #5
The workaround will be included in the release of next month.
a1...@gmail.com <a1...@gmail.com> #6
na...@google.com <na...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.camera:camera-core:1.4.0-alpha01
Description
Created this issue for the issue reported from the thread on Android CameraX Discussion Group .