QCameraCaptureDestinationControl¶
The
QCameraCaptureDestinationControl
class provides a control for setting capture destination. More…

Detailed Description¶
Depending on backend capabilities capture to file, buffer or both can be supported.
The interface name of
QCameraCaptureDestinationControl
isorg.qt-project.qt.cameracapturedestinationcontrol/5.0
as defined inQCameraCaptureDestinationControl_iid
.See also
-
class
QCameraCaptureDestinationControl
([parent=None])¶ - param parent
QObject
Constructs a new image capture destination control object with the given
parent
-
PySide2.QtMultimedia.QCameraCaptureDestinationControl.
captureDestination
()¶ - Return type
CaptureDestinations
Returns the current capture destination. The default destination is
CaptureToFile
.See also
-
PySide2.QtMultimedia.QCameraCaptureDestinationControl.
captureDestinationChanged
(destination)¶ - Parameters
destination –
CaptureDestinations
-
PySide2.QtMultimedia.QCameraCaptureDestinationControl.
isCaptureDestinationSupported
(destination)¶ - Parameters
destination –
CaptureDestinations
- Return type
bool
Returns true if the capture
destination
is supported; and false if it is not.
-
PySide2.QtMultimedia.QCameraCaptureDestinationControl.
setCaptureDestination
(destination)¶ - Parameters
destination –
CaptureDestinations
Sets the capture
destination
.See also