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
QCameraCaptureBufferFormatControl
([parent=None])¶ - param parent
QObject
Constructs a new image buffer capture format control object with the given
parent
-
PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.
bufferFormat
()¶ - Return type
PixelFormat
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.