[libcamera-devel] [PATCH v4 0/3] qcam: Add RAW capture support

Niklas Söderlund niklas.soderlund at ragnatech.se
Sat May 2 14:13:53 CEST 2020


Hi,

This series adds basic DNG capture support to qcam. A new UI button is
added and enabled if a raw stream have been configured. Pushing the
button result in a DNG file being saved.

Niklas Söderlund (3):
  qcam: Allow for a second raw stream to be configured
  qcam: Add DNGWriter
  qcam: Add RAW capture support

 src/qcam/assets/feathericons/feathericons.qrc |   1 +
 src/qcam/dng_writer.cpp                       | 165 ++++++++++++++++
 src/qcam/dng_writer.h                         |  28 +++
 src/qcam/main_window.cpp                      | 178 ++++++++++++++----
 src/qcam/main_window.h                        |  12 +-
 src/qcam/meson.build                          |  20 +-
 6 files changed, 361 insertions(+), 43 deletions(-)
 create mode 100644 src/qcam/dng_writer.cpp
 create mode 100644 src/qcam/dng_writer.h

-- 
2.26.2



More information about the libcamera-devel mailing list