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

Detailed Description¶
A
QMediaServiceProviderPlugin
may implement this interface, in that case it also needs to implement theQMediaServiceSupportedDevicesInterface
.
-
class
QMediaServiceCameraInfoInterface
¶
-
PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.
cameraOrientation
(device)¶ - Parameters
device –
QByteArray
- Return type
int
Returns the physical orientation of a camera
device
supported by a camera service plug-in.
-
PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.
cameraPosition
(device)¶ - Parameters
device –
QByteArray
- Return type
Position
Returns the physical position of a camera
device
supported by a camera service plug-in.