Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
The following table(s) list the members exposed by the DepthImageFrame type.
Public Fields
Name | Description | |
---|---|---|
![]() |
PlayerIndexBitmask | A bitmask for extracting the player index bit field from the depth data; the player index is stored in the lowest order bits. |
![]() |
PlayerIndexBitmaskWidth | The width (number of bits) in the player index bitmask. This is the number of low-order bits in the depth data that store the player index. |
Public Properties
Name | Description | |
---|---|---|
![]() |
DepthFilter | Reserved for future use. |
![]() |
Format | Gets the format for the depth data which includes the data type, the resolution, and the frame rate. |
![]() |
MaxDepth | Gets the maximum depth value (in millimeters) for the depth sensor range setting used to capture this frame. |
![]() |
MinDepth | Gets the minimum depth value (in millimeters) for the depth sensor range setting used to capture this frame. |
![]() |
PixelDataLength | Gets the total length of the pixel data buffer. |
![]() |
Range | Gets the depth sensor range for this frame. |
Public Methods
Name | Description | |
---|---|---|
![]() |
CopyDepthImagePixelDataTo | Overloaded. Methods for copying per-pixel depth data to a pre-allocated array. |
![]() |
CopyPixelDataTo | Overloaded. Methods for copying per-pixel depth data to a pre-allocated array of bytes. |
![]() |
GetRawPixelData | Retrieves an array of DepthImagePixel structures that contains the depth image's pixel data. |
![]() |
MapFromSkeletonPoint | Obsolete starting with version 1.6; replaced by the CoordinateMapper.MapSkeletonPointToDepthPoint Method. In versions prior to 1.6, this method looks up the depth frame coordinates for a given skeleton point. |
![]() |
MapToColorImagePoint | Obsolete starting with version 1.6; replaced by the CoordinateMapper.MapDepthPointToColorPoint Method. In versions prior to 1.6, this method maps a depth coordinate to a color coordinate. |
![]() |
MapToSkeletonPoint | Obsolete starting with version 1.6; replaced by the CoordinateMapper.MapDepthPointToSkeletonPoint Method. In versions prior to 1.6, this method looks up the skeleton point location for a given depth point, (x,y). |