[libcamera-devel,RFC,0/4] Support sensor test pattern mode in Android HAL
mbox series

Message ID 20210611084228.1830629-1-hiroh@chromium.org
Headers show
Series
  • Support sensor test pattern mode in Android HAL
Related show

Message

Hirokazu Honda June 11, 2021, 8:42 a.m. UTC
This series enables libcamera to produce a capture whose content is
the sensor test pattern mode requested by Android HAL.

Hirokazu Honda (4):
  libcamera: camera_sensor: Enable to set a test pattern mode
  libcamera: ipu3: Disable a sensor test pattern mode at initialization
  libcamera: ipu3: Apply a requested test pattern mode
  android: camera_device: Propagate the requested test pattern mode

 include/libcamera/internal/camera_sensor.h |  7 ++-
 src/android/camera_device.cpp              | 50 +++++++++++++++++++++-
 src/libcamera/camera_sensor.cpp            | 40 ++++++++++++++++-
 src/libcamera/pipeline/ipu3/cio2.cpp       | 23 ++++++++++
 4 files changed, 113 insertions(+), 7 deletions(-)

--
2.32.0.272.g935e593368-goog

Comments

Hirokazu Honda June 21, 2021, 2:41 a.m. UTC | #1
gentle ping for review.

On Fri, Jun 11, 2021 at 5:42 PM Hirokazu Honda <hiroh@chromium.org> wrote:

> This series enables libcamera to produce a capture whose content is
> the sensor test pattern mode requested by Android HAL.
>
> Hirokazu Honda (4):
>   libcamera: camera_sensor: Enable to set a test pattern mode
>   libcamera: ipu3: Disable a sensor test pattern mode at initialization
>   libcamera: ipu3: Apply a requested test pattern mode
>   android: camera_device: Propagate the requested test pattern mode
>
>  include/libcamera/internal/camera_sensor.h |  7 ++-
>  src/android/camera_device.cpp              | 50 +++++++++++++++++++++-
>  src/libcamera/camera_sensor.cpp            | 40 ++++++++++++++++-
>  src/libcamera/pipeline/ipu3/cio2.cpp       | 23 ++++++++++
>  4 files changed, 113 insertions(+), 7 deletions(-)
>
> --
> 2.32.0.272.g935e593368-goog
>