[libcamera-devel,0/3] android: camera_device: Add RAW support
mbox series

Message ID 20200728185548.3361465-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • android: camera_device: Add RAW support
Related show

Message

Niklas Söderlund July 28, 2020, 6:55 p.m. UTC
Hello,

This small series is the final step to enable RAW capture in the Android 
HAL. This together with the pending JPEG work is enough to light up the 
RAW capture options in Open Camera.

It's a bitter sweet final step as this is developed on the IPU3 platform 
that only support a device specific RAW formats that do not work with 
the test applications I have available so this series do not manage to 
tick the 'manged to save DNG from HAL using real application' box.

Niklas Söderlund (3):
  android: camera_device: Skip instead of fail if camera don't support
    format
  android: camera_device: Map HAL RAW to libcamera RAW formats
  android: camera_device: Report RAW capability if supported

 src/android/camera_device.cpp | 34 ++++++++++++++++++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)