Enum ArCameraConfigDepthSensorUsage
Depth sensor usage filters for ArCameraConfigFilter.
Namespace: UnityEngine.XR.ARCore
Syntax
[Flags]
public enum ArCameraConfigDepthSensorUsage
Fields
Name | Description | Value |
---|---|---|
DoNotUse | Filters for camera configs where a depth sensor is not present, or is present but will not be used by ARCore. |
|
RequireAndUse | Filters for camera configs that require a depth sensor to be present on the device, and that will be used by ARCore. See ArCameraConfigFilter |