Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the DepthFrameReader
|
|
KinectDepthView ( Microsoft.Kinect.KinectSensor kinectSensor ) : System |
Initializes a new instance of the KinectDepthView class
|
Method | Description | |
---|---|---|
ProcessDepthFrameData ( |
Directly accesses the underlying image buffer of the DepthFrame to create a displayable bitmap. This function requires the /unsafe compiler option as we make use of direct access to the native memory pointed to by the depthFrameData pointer.
|
|
Reader_DepthFrameArrived ( object sender, DepthFrameArrivedEventArgs e ) : void |
Handles the depth frame data arriving from the sensor
|
|
RenderDepthPixels ( ) : void |
Renders color pixels into the writeableBitmap.
|
public KinectDepthView ( Microsoft.Kinect.KinectSensor kinectSensor ) : System | ||
kinectSensor | Microsoft.Kinect.KinectSensor | Active instance of the Kinect sensor |
return | System |