Share via


HRESULT Enumeration

The HRESULT definition which is used in Kinect Fusion.

Syntax

public enum HRESULT

Members

  Member name Value Description
E_FAIL -2147467259  Generic Error.
E_GPU_OUTOFMEMORY -2097083412  Out of memory when allocating on GPU.
E_INVALIDARG -2147024809  One or more input arguments were null, invalid or outside valid range.
E_NUI_BADINDEX -2097085051  The specified index is out of range.
E_NUI_DEVICE_NOT_CONNECTED -2147023729  Kinect camera not present.
E_NUI_FEATURE_NOT_INITIALIZED -2097086459  Kinect SDK Runtime cannot be accessed.
E_NUI_FUSION_TRACKING_ERROR -2097083414  The iterative tracking algorithm encountered a problem aligning the input point clouds and could not calculate a valid transformation.
E_NUI_GPU_FAIL -2097083413  The GPU is not capable of running Kinect Fusion or there was an error on initialization.
E_OUTOFMEMORY -2147024882  Out of memory when allocating.
E_POINTER -2147467261  One or more output arguments were null.
S_OK The operation succeeded.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

Microsoft.Kinect.Toolkit.Fusion Namespace