[libcamera-devel,v2,0/1] Android adaptor thumbnail buffer lifetime issue
mbox series

Message ID 20220722070600.2949278-1-chenghaoyang@google.com
Headers show
Series
  • Android adaptor thumbnail buffer lifetime issue
Related show

Message

Harvey Yang July 22, 2022, 7:05 a.m. UTC
Hi all,

Han-lin found that soraka-libcamera cannot pass a cros-camera test:
Camera3SimpleStillCaptureTest.JpegExifTest, as the output thumbnail is
not a JPEG file.

The root cause is the thumbnail buffer's lifetime issue.

Thanks for Umang's & Laurent's review. I followed most of your
suggestions and sent this PATCH v2. Please check :)

BR,
Harvey

Harvey Yang (1):
  Fix Android adaptor thumbnail buffer lifetime

 src/android/jpeg/exif.cpp                | 13 +++++--------
 src/android/jpeg/exif.h                  |  5 ++++-
 src/android/jpeg/post_processor_jpeg.cpp |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)