mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-26 01:55:51 +03:00
qcam: Add Qt-based GUI application
qcam is a sample camera GUI application based on Qt. It demonstrates integration of the Qt event loop with libcamera. The application lets the user select a camera through the GUI, and then captures a single stream from the camera and displays it in a window. Only streams in YUYV formats are supported for now. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Tested-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
ffef90a1c1
commit
97e8b3a2eb
11 changed files with 793 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
subdir('libcamera')
|
||||
subdir('cam')
|
||||
subdir('qcam')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue