内容表

上一话题

QCamera

下一话题

QCameraCaptureDestinationControl

QCameraCaptureBufferFormatControl

QCameraCaptureBufferFormatControl class provides a control for setting the capture buffer format. 更多

Inheritance diagram of PySide2.QtMultimedia.QCameraCaptureBufferFormatControl

详细描述

The format is of type PixelFormat .

The interface name of QCameraCaptureBufferFormatControl is org.qt-project.qt.cameracapturebufferformatcontrol/5.0 作为定义在 QCameraCaptureBufferFormatControl_iid .

另请参阅

requestControl()

class QCameraCaptureBufferFormatControl ( [ parent=None ] )
param parent

QObject

Constructs a new image buffer capture format control object with the given parent

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl. bufferFormat ( )
返回类型

PixelFormat

Returns the current buffer capture format.

另请参阅

setBufferFormat()

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl. bufferFormatChanged ( format )
参数

format PixelFormat

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl. setBufferFormat ( format )
参数

format PixelFormat

Sets the buffer capture format .

另请参阅

bufferFormat()

PySide2.QtMultimedia.QCameraCaptureBufferFormatControl. supportedBufferFormats ( )
返回类型

Returns the list of the supported buffer capture formats.