KnownPerceptionDepthFrameSourceProperties
KnownPerceptionDepthFrameSourceProperties
KnownPerceptionDepthFrameSourceProperties
KnownPerceptionDepthFrameSourceProperties
Class
Definition
Provides static properties of depth frame sources.
public : static class KnownPerceptionDepthFrameSourcePropertiespublic static class KnownPerceptionDepthFrameSourcePropertiesPublic Static Class KnownPerceptionDepthFrameSourceProperties// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
MaxDepth MaxDepth MaxDepth MaxDepth
Gets a string key used to retrieve a 16-bit unsigned integer property indicating the maximum depth of the depth frame source.
public : static PlatForm::String MaxDepth { get; }public static string MaxDepth { get; }Public Static ReadOnly Property MaxDepth As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates the maximum depth of the depth frame source. This property is a UInt16 value.
MinDepth MinDepth MinDepth MinDepth
Gets a string key used to retrieve a 16-bit unsigned integer property indicating the minimum depth of the depth frame source.
public : static PlatForm::String MinDepth { get; }public static string MinDepth { get; }Public Static ReadOnly Property MinDepth As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates the minimum depth of the depth frame source. This property is a UInt16 value.