class QCameraPermission#

访问相机进行拍照或录像。 更多

新增于版本6.5。

摘要#

方法#

注意

此文档可能包含从C++自动转换为Python的代码片段。我们始终欢迎使用贡献进行代码片段翻译。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告知我们。

详细描述#

需求#

要在运行时请求此权限,必须在构建时添加以下平台特定使用声明

平台

类型

Apple

用途描述

NSCameraUsageDescription

Android

uses-permission :ref:` <Application-Permissions>`

android.permission.CAMERA

请参阅单独的使用声明类型,了解如何将它们添加到您的项目中。

另请参阅

QPermission requestPermission() checkPermission() 应用程序权限

__init__()#
__init__(other)
参数:

otherQCameraPermission

swap(other)#
参数:

otherQCameraPermission