[libcamera-devel] [PATCH v2 0/4] Improve Camera Selection GUI in QCam

Utkarsh Tiwari utkarsh02t at gmail.com
Sat Aug 6 21:04:29 CEST 2022


Difference from v1 :
  1. The CameraSelectionDialog now lives in his own class.
  2. The last two commits are interchanged (for no reason).

Due to moving it in a class the commits are quite changed in code but
remained same in nature. But I would be dropping any previous review
tags.

Normal Introduction:
Hi,

This series aims to add a Dialog box which can be used to select
camera while at startup and trying to switch cameras.

The series first adds the dialog to be used just for selection of
camera at startup and then moves on to replace the current QCombBox
in favour of the dialog box.

A Screenshot :
  https://pasteboard.co/bpbcDniGx1qd.png


Utkarsh Tiwari (4):
  qcam: Use QDialog for selection of cameras at startup
  qcam: Support Hotplug for Camera Selection Dialog
  qcam: MainWindow: Replace cameraCombo_ with camSelectDialog
  qcam: CamSelectDialog: Display Location and Model propety of camera

 src/qcam/cam_select_dialog.h | 137 +++++++++++++++++++++++++++++++++++
 src/qcam/main_window.cpp     |  57 +++++++--------
 src/qcam/main_window.h       |   9 ++-
 src/qcam/meson.build         |   1 +
 4 files changed, 170 insertions(+), 34 deletions(-)
 create mode 100644 src/qcam/cam_select_dialog.h

-- 
2.25.1



More information about the libcamera-devel mailing list