QCameraCaptureBufferFormatControl¶
The
QCameraCaptureBufferFormatControl
class provides a control for setting the capture buffer format. More…
Detailed Description¶
The format is of type
PixelFormat
.The interface name of
QCameraCaptureBufferFormatControl
isorg.qt-project.qt.cameracapturebufferformatcontrol/5.0
as defined inQCameraCaptureBufferFormatControl_iid
.See also
- class PySide2.QtMultimedia.QCameraCaptureBufferFormatControl([parent=None])¶
- param parent:
Constructs a new image buffer capture format control object with the given
parent
- PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.bufferFormat()¶
- Return type:
Returns the current buffer capture format.
See also
- PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.bufferFormatChanged(format)¶
- Parameters:
format –
PixelFormat
- PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.setBufferFormat(format)¶
- Parameters:
format –
PixelFormat
Sets the buffer capture
format
.See also
- PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.supportedBufferFormats()¶
- Return type:
Returns the list of the supported buffer capture formats.
© 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.