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

Niklas Söderlund niklas.soderlund at ragnatech.se
Thu Apr 30 02:35:59 CEST 2020


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(-)

-- 
2.26.0



More information about the libcamera-devel mailing list