[libcamera-devel] [PATCH v2 0/7] qcam: Provide an initial toolbar

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Feb 14 01:18:03 CET 2020


Implement an initial toolbar with icon support, and improve functionality to
allow changing the camera at runtime.

An initial implementation of saving an image provides a SaveAs dialog box and can
output to PNG/JPEG files as supported by the QT image writer.

Kieran Bingham (7):
  qcam: Tie FrameBufferAllocator to stream life
  qcam: Move requestCompleted signal mapping
  qcam: Store CameraManager as class member
  qcam: Introduce a toolbar and camera switching
  qcam: assets: Provide initial icon set
  qcam: Provide initial icon buttons "Play/Stop"
  qcam: Provide save image functionality

 src/qcam/main_window.cpp                      | 134 +++++++++++++++---
 src/qcam/main_window.h                        |  13 +-
 src/qcam/meson.build                          |   9 +-
 src/qcam/viewfinder.cpp                       |  11 ++
 src/qcam/viewfinder.h                         |   5 +

 289 files changed, 444 insertions(+), 23 deletions(-)

-- 
2.20.1



More information about the libcamera-devel mailing list