QCameraCaptureBufferFormatControl¶

The QCameraCaptureBufferFormatControl class provides a control for setting the capture buffer format. More…

Inheritance diagram of PySide2.QtMultimedia.QCameraCaptureBufferFormatControl

Detailed Description¶

The format is of type PixelFormat .

The interface name of QCameraCaptureBufferFormatControl is org.qt-project.qt.cameracapturebufferformatcontrol/5.0 as defined in QCameraCaptureBufferFormatControl_iid .

See also

requestControl()

class PySide2.QtMultimedia.QCameraCaptureBufferFormatControl([parent=None])¶
param parent:

PySide2.QtCore.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.

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.bufferFormatChanged(format)¶
Parameters:

format – PixelFormat

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.setBufferFormat(format)¶
Parameters:

format – PixelFormat

Sets the buffer capture format .

See also

bufferFormat()

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.supportedBufferFormats()¶
Return type:

Returns the list of the supported buffer capture formats.