InfraredFrameBitmap Class (KinectEx)

A class that makes it easy to create and update a WriteableBitmap from a Kinect SDK InfraredFrame.
System.Object
   KinectEx.InfraredFrameBitmap

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class InfraredFrameBitmap : IDisposable

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public InfraredFrameBitmap =
	class
		interface IDisposable
	end

The InfraredFrameBitmap type exposes the following members.

  Platforms Name Description
InfraredFrameBitmap() Initializes a new instance of the InfraredFrameBitmap class. 
InfraredFrameBitmap(int, int) Initializes a new instance of the InfraredFrameBitmap class. 
Top
  Platforms Name Description
Bitmap The WriteableBitmap representation of the InfraredFrame (or frame data) passed in to one of the Update() methods. 
Top
  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 InfraredFrameBitmap class. (Overrides object.Finalize().)
Update(InfraredFrameReference) Update the Bitmap from the supplied InfraredFrameReference
Update(InfraredFrame) Update the Bitmap from the supplied InfraredFrame
Update(ReplayInfraredFrame) Update the Bitmap from the supplied ReplayInfraredFrame
Update(UInt16[]) Update the Bitmap from the supplied infrared frame data values. 
Update(InfraredFrameReference) Update the Bitmap from the supplied InfraredFrameReference
Update(InfraredFrame) Update the Bitmap from the supplied InfraredFrame
UpdateAsync Update the Bitmap from the supplied infrared frame data values. 
Top
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