QCameraViewfinderSettingsControl2¶
The
QCameraViewfinderSettingsControl2
class provides access to the viewfinder settings of a camera media service. More…
Detailed Description¶
The functionality provided by this control is exposed to application code through the
QCamera
class.The interface name of
QCameraViewfinderSettingsControl2
isorg.qt-project.qt.cameraviewfindersettingscontrol2/5.5
as defined inQCameraViewfinderSettingsControl2_iid
.
- class PySide2.QtMultimedia.QCameraViewfinderSettingsControl2([parent=None])¶
- param parent:
Constructs a camera viewfinder settings control object with
parent
.
- PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.setViewfinderSettings(settings)¶
- Parameters:
Sets the camera viewfinder
settings
.See also
- PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.supportedViewfinderSettings()¶
- Return type:
Returns a list of supported camera viewfinder settings.
The list is ordered by preference; preferred settings come first.
- PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.viewfinderSettings()¶
- Return type:
Returns the viewfinder settings.
If undefined or unsupported values are passed to
setViewfinderSettings()
, this function returns the actual settings used by the camera viewfinder. These may be available only once the camera is active.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.