[libcamera-devel,RFC/PATCH,0/5] qcam: Add RAW capture support
mbox series

Message ID 20200430003604.2423018-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • qcam: Add RAW capture support
Related show

Message

Niklas Söderlund April 30, 2020, 12:35 a.m. UTC
Hi,

This series adds basic RAW capture support to cam. This series is 
posted as RFC foremost that DNG file support is missing. Instead a 
thumbnail and RAW data are written to two different files. The series 
depends on [1].

The series is tested using the IPU3 pipeline handler,

  $ qcam -c 'ov5670 4-0036 1' -s role=viewfinder -s role=stillraw

The new UI button is then enabled and pushing it result of raw and jpeg 
files being written to disk.

1. [PATCH v2 0/5] {cam,qcam}: Unify stream option parsing

Niklas Söderlund (5):
  qcam: Check that camera can generate configuration from roles
  qcam: Allow for a second raw stream to be configured
  qcam: Add an option to allow specifying output path
  qcam: Remove QFileDialog from JPEG capture
  qcam: Add RAW capture support

 src/qcam/assets/feathericons/feathericons.qrc |   1 +
 src/qcam/main.cpp                             |   3 +
 src/qcam/main_window.cpp                      | 275 ++++++++++++++----
 src/qcam/main_window.h                        |  17 +-
 4 files changed, 239 insertions(+), 57 deletions(-)