unreal.ARCaptureType¶
- class unreal.ARCaptureType¶
Bases:
EnumBaseEARCapture Type
C++ Source:
Module: AugmentedReality
File: ARTypes.h
- CAMERA: ARCaptureType = Ellipsis¶
Camera Capture
- Type:
0
- HAND_MESH: ARCaptureType = Ellipsis¶
Capture a mesh around the player’s hands
- Type:
4
- QR_CODE: ARCaptureType = Ellipsis¶
QR Code Capture.
- Type:
1
- SCENE_UNDERSTANDING: ARCaptureType = Ellipsis¶
Capture detailed information about the scene with all surfaces like walls, floors and so on
- Type:
3
- SPATIAL_MAPPING: ARCaptureType = Ellipsis¶
Spatial mapping so the app can selectively turn off discovering surfaces
- Type:
2