DepthFrameBitmap Class (KinectEx)
A class that makes it easy to create and update a WriteableBitmap
from a Kinect SDK DepthFrame .
- C#
- VB
- C++
- F#
public class DepthFrameBitmap : IDisposable
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
type public DepthFrameBitmap = class interface IDisposable end
The DepthFrameBitmap type exposes the following members.
Platforms | Name | Description | |
---|---|---|---|
DepthFrameBitmap() | Initializes a new instance of the DepthFrameBitmap class. | ||
DepthFrameBitmap(int, int) | Initializes a new instance of the DepthFrameBitmap class. |
Platforms | Name | Description | |
---|---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Implements IDisposable.Dispose().) | ||
Dispose(bool) | Releases unmanaged and - optionally - managed resources. | ||
Finalize | Finalizes an instance of the DepthFrameBitmap class. (Overrides object.Finalize().) | ||
Update(DepthFrameReference) | Update the Bitmap from the supplied |
||
Update(DepthFrame) | Update the Bitmap from the supplied |
||
Update(ReplayDepthFrame) | Update the Bitmap from the supplied |
||
Update(UInt16[], ushort, ushort) | Update the Bitmap from the supplied infrared frame data values. | ||
Update(DepthFrameReference) | Update the Bitmap from the supplied |
||
Update(DepthFrame) | Update the Bitmap from the supplied |
||
UpdateAsync | Update the Bitmap from the supplied depth frame data values. |
Supported in:
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT