PySide6.QtCore.QCameraPermission¶
- class QCameraPermission¶
- Access the camera for taking pictures or videos. More… - Added in version 6.5. - Synopsis¶- Methods¶- def - __init__()
- def - swap()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - Detailed Description¶- Requirements¶- To request this permission at runtime, the following platform specific usage declarations have to be made at build time: - Platform - Type - Apple - NSCameraUsageDescription- Android - uses-permission:ref:` <Application-Permissions>`- android.permission.CAMERA- Please see the individual usage declaration types for how to add them to your project. - __init__()¶
 - __init__(other)
- Parameters:
- other – - QCameraPermission
 
 - swap(other)¶
- Parameters:
- other – - QCameraPermission