DepthFrameBitmap.UpdateAsync Method (KinectEx)

Update the Bitmap from the supplied depth frame data values.

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[DebuggerStepThroughAttribute]
[AsyncStateMachineAttribute(KinectEx.DepthFrameBitmap/<UpdateAsync>d__1e)]
public Task UpdateAsync(
	UInt16[] data, 
	ushort minDepth, 
	ushort maxDepth
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<DebuggerStepThroughAttribute>]
[<AsyncStateMachineAttribute(KinectEx.DepthFrameBitmap/<UpdateAsync>d__1e)>]
member UpdateAsync : 
	data : UInt16[] * 
	minDepth : ushort * 
	maxDepth : ushort -> Task

Parameters

data
Type: System.UInt16[]
minDepth
Type: System.UInt16
maxDepth
Type: System.UInt16

Return Value

Type: System.Threading.Tasks.Task
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