Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
camera.cpp File Reference

(350dd557be3b861e28b40280ca09f5caf198630b)

#include "qcamera.h"
#include "qvideowidget.h"
#include "qimagecapture.h"
+ Include dependency graph for camera.cpp:

Go to the source code of this file.

Functions

void camera_blah ()
 

Variables

QCameracamera = 0
 
QImageCaptureimageCapture = 0
 
QVideoWidgetviewfinder = 0
 

Function Documentation

◆ camera_blah()

void camera_blah ( )

[Camera]

[Camera]

[Camera keys]

[Camera keys]

Definition at line 15 of file camera.cpp.

References camera, QImageCapture::capture(), imageCapture, QMediaCaptureSession::setCamera(), QMediaCaptureSession::setImageCapture(), QMediaCaptureSession::setVideoOutput(), QWidget::show(), QCamera::start(), and viewfinder.

+ Here is the call graph for this function:

Variable Documentation

◆ camera

QCamera* camera = 0

Definition at line 11 of file camera.cpp.

◆ imageCapture

QImageCapture* imageCapture = 0

Definition at line 12 of file camera.cpp.

◆ viewfinder

QVideoWidget* viewfinder = 0

Definition at line 13 of file camera.cpp.