Share via


KinectRuntimeExtensions.GetRawPixelData Method

Returns the raw pixel data from a depth image frame.

Syntax

[ExtensionAttribute]
public static DepthImagePixel[] GetRawPixelData (
         DepthImageFrame depthImageFrame
)

Parameters

  • depthImageFrame
    Type: DepthImageFrame
    The depth image frame to extract data from.

Return Value

Type: DepthImagePixel
The raw pixel data.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Interaction

Assembly: Microsoft.Kinect.Toolkit.Interaction (in microsoft.kinect.toolkit.interaction.dll)

See Also

Reference

KinectRuntimeExtensions Class
KinectRuntimeExtensions Members
Microsoft.Kinect.Toolkit.Interaction Namespace