[libcamera-devel] [PATCH v6 0/4] Introduce capture scripts to qcam
Utkarsh Tiwari
utkarsh02t at gmail.com
Sun Aug 7 22:32:00 CEST 2022
Difference from v5:
1. Capture Script no longer has its own button it exists in
CamSelectDialog
2. New patch to display the path of the script.
I would be dropping any previous rb tag from all patches except from
qcam: Queue requests only through MainWindow::queueRequest() patch.
Normal Introduction :
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.
With this we get the ability to load a capture script and
to stop a running one.
It utilizes the parser in cam.
Utkarsh Tiwari (4):
qcam: Queue requests only through MainWindow::queueRequest()
qcam: CamSelectDialog: Add capture script button
qcam: CamSelectDialog: Display Capture script path
qcam: Add --script to load capture script
src/qcam/cam_select_dialog.h | 78 +++++++++++++++++++++++++++++++++++-
src/qcam/main.cpp | 3 ++
src/qcam/main_window.cpp | 75 +++++++++++++++++++++++++++++++---
src/qcam/main_window.h | 11 ++++-
src/qcam/meson.build | 2 +
5 files changed, 160 insertions(+), 9 deletions(-)
--
2.25.1
More information about the libcamera-devel
mailing list