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 PySide2.QtMultimedia.QCameraCaptureDestinationControl([parent=None])¶
- param parent:
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
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.