QMediaServiceCameraInfoInterface

The QMediaServiceCameraInfoInterface class interface provides camera-specific information about devices supported by a camera service plug-in. More

Inheritance diagram of PySide2.QtMultimedia.QMediaServiceCameraInfoInterface

Detailed Description

A QMediaServiceProviderPlugin may implement this interface, in that case it also needs to implement the QMediaServiceSupportedDevicesInterface .

class QMediaServiceCameraInfoInterface
PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.cameraOrientation(device)
Parameters

deviceQByteArray

Return type

int

Returns the physical orientation of a camera device supported by a camera service plug-in.

PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.cameraPosition(device)
Parameters

deviceQByteArray

Return type

Position

Returns the physical position of a camera device supported by a camera service plug-in.