ReplayInfraredFrame Class (KinectEx.DVR)

A recordable / replayable version of an InfraredFrame.
System.Object
   KinectEx.DVR.ReplayFrame
      KinectEx.DVR.ReplayInfraredFrame

Namespace: KinectEx.DVR
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class ReplayInfraredFrame : ReplayFrame

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public ReplayInfraredFrame =
	class
		inherit ReplayFrame
	end

The ReplayInfraredFrame type exposes the following members.

  Platforms Name Description
BytesPerPixel The number of bytes per pixel 
FrameData The raw infrared data stored in this frame. 
FrameType The type of frame represented by this ReplayFrame. (Inherited from ReplayFrame.)
Height The height (in pixels) of the infrared frame. 
RelativeTime The unique relative time at which this frame was captured. (Inherited from ReplayFrame.)
Width The width (in pixels) of the infrared frame. 
Top
  Platforms Name Description
CompareTo Compare this frame to another for the purposes of sorting. (Inherited from ReplayFrame.)
GetFrameDataAsync Used during replay to retrieve the raw infrared data stored on disk for this frame. 
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