[libcamera-devel] [PATCH 0/3] Introduce capture scripts to qcam
Utkarsh Tiwari
utkarsh02t at gmail.com
Mon Jun 13 08:03:42 CEST 2022
We already got the ability to load capture scripts to run the capture sessions in cam.
This is patch series introduces both a GUI way and a cmdline way to load the capture script
in qcam. It utilizes the parser in cam.
Utkarsh Tiwari (3):
qcam: Queue requests only through MainWindow::queueRequest()
qcam: Add a GUI way to use capture script
qcam: Add --script to load capture script
src/qcam/assets/feathericons/feathericons.qrc | 1 +
src/qcam/main.cpp | 3 +
src/qcam/main_window.cpp | 61 +++++++++++++++++--
src/qcam/main_window.h | 9 ++-
src/qcam/meson.build | 2 +
5 files changed, 70 insertions(+), 6 deletions(-)
--
2.25.1
More information about the libcamera-devel
mailing list