![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QCamera>#include <QCameraDevice>#include <QImageCapture>#include <QMediaCaptureSession>#include <QMediaDevices>#include <QMediaFormat>#include <QMediaRecorder>#include <QPermission>#include <QVideoSink>#include <QVideoWidget>#include <QtCore/qcoreapplication.h>#include <QtCore/qdebug.h>Go to the source code of this file.
Functions | |
| bool | checkCameraAvailability () |
| [Camera overview check] | |
| void | camera_listing () |
| [Camera overview check] | |
| void | camera_selection () |
| void | camera_info () |
| void | overview_camera_by_position () |
| void | overview_viewfinder () |
| void | overview_surface () |
| void | overview_still () |
| void | overview_movie () |
| void | image_capture () |
| void | camerafocus () |
| void | cameraimageprocessing () |
| void | camerapermission () |
Variables | |
| QCamera * | camera = nullptr |
| QImageCapture * | imageCapture = nullptr |
| QMediaRecorder * | recorder = nullptr |
| QVideoWidget * | viewfinder = nullptr |
| void camera_info | ( | ) |
| void camera_listing | ( | ) |
[Camera overview check]
[Camera listing]
[Camera listing]
Definition at line 31 of file camerasnippets.cpp.
| void camera_selection | ( | ) |
| void camerafocus | ( | ) |
| void cameraimageprocessing | ( | ) |
[Camera image whitebalance]
[Camera image whitebalance]
Definition at line 171 of file camerasnippets.cpp.
References camera.
| void camerapermission | ( | ) |
| bool checkCameraAvailability | ( | ) |
[Camera overview check]
Definition at line 25 of file camerasnippets.cpp.
| void image_capture | ( | ) |
[Camera]
[Camera]
[Camera keys]
[Camera keys]
Definition at line 141 of file camerasnippets.cpp.
References camera, imageCapture, and viewfinder.
| void overview_camera_by_position | ( | ) |
[Camera overview position]
[Camera overview position]
Definition at line 64 of file camerasnippets.cpp.
| void overview_movie | ( | ) |
| void overview_still | ( | ) |
[Camera overview capture]
[Camera overview capture]
Definition at line 100 of file camerasnippets.cpp.
References camera, and imageCapture.
| void overview_surface | ( | ) |
[Camera overview surface]
[Camera overview surface]
Definition at line 85 of file camerasnippets.cpp.
References camera.
| void overview_viewfinder | ( | ) |
[Camera overview viewfinder]
[Camera overview viewfinder]
Definition at line 71 of file camerasnippets.cpp.
References camera, and viewfinder.
Definition at line 19 of file camerasnippets.cpp.
Referenced by AVFCamera::AVFCamera(), QAndroidCamera::QAndroidCamera(), QOhosCamera::QOhosCamera(), QWindowsCamera::QWindowsCamera(), camerafocus(), cameraimageprocessing(), image_capture(), overview_movie(), overview_still(), overview_surface(), and overview_viewfinder().
| QImageCapture * imageCapture = nullptr |
Definition at line 20 of file camerasnippets.cpp.
Referenced by camera_blah(), image_capture(), and overview_still().
| QMediaRecorder * recorder = nullptr |
Definition at line 21 of file camerasnippets.cpp.
Referenced by overview_movie().
| QVideoWidget * viewfinder = nullptr |
Definition at line 22 of file camerasnippets.cpp.
Referenced by camera_blah(), image_capture(), and overview_viewfinder().