Property supportsHumanSegmentationDepthImage
supportsHumanSegmentationDepthImage
Specifies if the current subsystem supports human segmentation depth image. This property is deprecated. Use humanSegmentationDepthImageSupported instead.
Declaration
[Obsolete("Use humanSegmentationDepthImageSupported instead.")]
public bool supportsHumanSegmentationDepthImage { 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
.