[libcamera-devel,v6,0/4] Introduce capture scripts to qcam
mbox series

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

Message

Utkarsh Tiwari Aug. 7, 2022, 8:32 p.m. UTC
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(-)

Comments

Utkarsh Tiwari Aug. 7, 2022, 8:42 p.m. UTC | #1
This series is now dependent on this series
https://lists.libcamera.org/pipermail/libcamera-devel/2022-August/033137.html

On Mon, Aug 8, 2022 at 2:02 AM Utkarsh Tiwari <utkarsh02t@gmail.com> wrote:

> 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
>
>