[libcamera-devel] [PATCH v2 0/3] qcam: Add RAW capture support
Niklas Söderlund
niklas.soderlund at ragnatech.se
Fri May 1 17:27: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 | 152 ++++++++++++++++
src/qcam/dng_writer.h | 32 ++++
src/qcam/main_window.cpp | 165 ++++++++++++++----
src/qcam/main_window.h | 14 +-
src/qcam/meson.build | 9 +-
6 files changed, 330 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