Share via


IBody::GetAppearanceDetectionResults Method

Gets the appearance.

Syntax

public:
HRESULT GetAppearanceDetectionResults(
         _Pre_equal_to_(Appearance_Count)UINT capacity,
         DetectionResult *detectionResults
)

Parameters

  • capacity
    Type: _Pre_equal_to_(Appearance_Count)UINT
    The number of appearances.
  • detectionResults
    Type: DetectionResult
    [out] Gesture detection results.

Return value

Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.

Remarks

In the current release, the returned detection result is always DetectionResult_Unknown.

Requirements

Header: kinect.h

Library: kinect20.lib