Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 imageCapture, and viewfinder.

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.