[libcamera-devel,v5,0/3] Introduce capture scripts to qcam
mbox series

Message ID 20220726193859.169581-1-utkarsh02t@gmail.com
Headers show
Series
  • Introduce capture scripts to qcam
Related show

Message

Utkarsh Tiwari July 26, 2022, 7:38 p.m. UTC
Hi, v5 rewords the second commit in the series and changes how we
handle invalid scripts.

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 (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 |   2 +
 src/qcam/main.cpp                             |   3 +
 src/qcam/main_window.cpp                      | 102 +++++++++++++++++-
 src/qcam/main_window.h                        |  10 +-
 src/qcam/meson.build                          |   2 +
 5 files changed, 113 insertions(+), 6 deletions(-)