Property supportsHumanSegmentationDepthImage
supportsHumanSegmentationDepthImage
Specifies if the current subsystem supports human segmentation depth image. This property is deprecated. Use humanSegmentationDepthImageSupportedDelegate instead.
Declaration
[Obsolete("Use humanSegmentationDepthImageSupportedDelegate instead.")]
public bool supportsHumanSegmentationDepthImage { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|