Property supportsEnvironmentDepthConfidenceImage
supportsEnvironmentDepthConfidenceImage
Specifies if the current subsystem supports environment depth confidence image. This property is deprecated. Use environmentDepthConfidenceImageSupported instead.
Declaration
[Obsolete("Use environmentDepthConfidenceImageSupported instead.")]
public bool supportsEnvironmentDepthConfidenceImage { get; }
Property Value
Type | Description |
---|---|
bool |
|
Remarks
Note
This is a runtime check which might require some initialization to determine support. During this period,
this property might return false
for a time before becoming true
.