[libcamera-devel,0/4] Android HAL multi-stream support
mbox series

Message ID 20200629163916.1815321-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Android HAL multi-stream support
Related show

Message

Kieran Bingham June 29, 2020, 4:39 p.m. UTC
The Android HAL layer needs restrictions removed to support multiple
streams.

This is my work in progress which is the base of my work for adding JPEG
stream support, but posting for early review, and as I believe it can be
useful to others.

--
Kieran


Kieran Bingham (4):
  libcamera: camera: Allow unspecified roles for generateConfiguration
  libcamera: camera: Return a reference to the new configuration when
    adding
  android: camera_device: Provide a toPixelFormat helper
  android: camera_device: support multiple stream configurations

 include/libcamera/camera.h    |  5 +-
 src/android/camera_device.cpp | 95 +++++++++++++++++++++--------------
 src/android/camera_device.h   |  1 +
 src/libcamera/camera.cpp      | 10 +++-
 4 files changed, 69 insertions(+), 42 deletions(-)