Share via


FaceModelBuilderCollectionStatus Enumeration

Status of the face model builder collection.

Syntax

typedef enum _FaceModelBuilderCollectionStatus
{
    FaceModelBuilderCollectionStatus_Complete = 0,
    FaceModelBuilderCollectionStatus_MoreFramesNeeded = 0x1,
    FaceModelBuilderCollectionStatus_FrontViewFramesNeeded = 0x2,
    FaceModelBuilderCollectionStatus_LeftViewsNeeded = 0x4,
    FaceModelBuilderCollectionStatus_RightViewsNeeded = 0x8,
    FaceModelBuilderCollectionStatus_TiltedUpViewsNeeded = 0x10
} FaceModelBuilderCollectionStatus, FaceModelBuilderCollectionStatus_Complete, FaceModelBuilderCollectionStatus_MoreFramesNeeded, FaceModelBuilderCollectionStatus_FrontViewFramesNeeded, FaceModelBuilderCollectionStatus_LeftViewsNeeded, FaceModelBuilderCollectionStatus_RightViewsNeeded, FaceModelBuilderCollectionStatus_TiltedUpViewsNeeded;

Constants

Constant Description
FaceModelBuilderCollectionStatus_Complete The collection is complete.
FaceModelBuilderCollectionStatus_MoreFramesNeeded More frames are needed.
FaceModelBuilderCollectionStatus_FrontViewFramesNeeded Frames from the front view are needed.
FaceModelBuilderCollectionStatus_LeftViewsNeeded Frames from the left view are needed.
FaceModelBuilderCollectionStatus_RightViewsNeeded Frames from the right view are needed.
FaceModelBuilderCollectionStatus_TiltedUpViewsNeeded Frames from the tilted up view are needed.

Requirements

Header: kinect.face.h

Library: Kinect20.face.lib