<div dir="ltr">This series is now dependent on this series <a href="https://lists.libcamera.org/pipermail/libcamera-devel/2022-August/033137.html">https://lists.libcamera.org/pipermail/libcamera-devel/2022-August/033137.html</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 8, 2022 at 2:02 AM Utkarsh Tiwari <<a href="mailto:utkarsh02t@gmail.com">utkarsh02t@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Difference from v5:<br>
  1. Capture Script no longer has its own button it exists in<br>
     CamSelectDialog<br>
  2. New patch to display the path of the script.<br>
<br>
I would be dropping any previous rb tag from all patches except from<br>
qcam: Queue requests only through MainWindow::queueRequest() patch.<br>
<br>
Normal Introduction :<br>
<br>
We already got the ability to load capture scripts to run the<br>
capture sessions in cam.<br>
<br>
This is patch series introduces both a GUI way and a cmdline way to<br>
load the capture script in qcam.<br>
<br>
With this we get the ability to load a capture script and<br>
to stop a running one.<br>
<br>
It utilizes the parser in cam.<br>
<br>
Utkarsh Tiwari (4):<br>
  qcam: Queue requests only through MainWindow::queueRequest()<br>
  qcam: CamSelectDialog: Add capture script button<br>
  qcam: CamSelectDialog: Display Capture script path<br>
  qcam: Add --script to load capture script<br>
<br>
 src/qcam/cam_select_dialog.h | 78 +++++++++++++++++++++++++++++++++++-<br>
 src/qcam/main.cpp            |  3 ++<br>
 src/qcam/main_window.cpp     | 75 +++++++++++++++++++++++++++++++---<br>
 src/qcam/main_window.h       | 11 ++++-<br>
 src/qcam/meson.build         |  2 +<br>
 5 files changed, 160 insertions(+), 9 deletions(-)<br>
<br>
-- <br>
2.25.1<br>
<br>
</blockquote></div>