[libcamera-devel] [PATCH v3 0/3] qcam: Add RAW capture support
Niklas Söderlund
niklas.soderlund at ragnatech.se
Sat May 2 04:10:42 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 | 24 +++
src/qcam/main_window.cpp | 174 ++++++++++++++----
src/qcam/main_window.h | 12 +-
src/qcam/meson.build | 21 ++-
6 files changed, 354 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