FaceModelBuilderCollectionStatus Enumeration

Status of the face model builder collection.

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;

ConstantDescription
FaceModelBuilderCollectionStatus_CompleteThe collection is complete.
FaceModelBuilderCollectionStatus_MoreFramesNeededMore frames are needed.
FaceModelBuilderCollectionStatus_FrontViewFramesNeededFrames from the front view are needed.
FaceModelBuilderCollectionStatus_LeftViewsNeededFrames from the left view are needed.
FaceModelBuilderCollectionStatus_RightViewsNeededFrames from the right view are needed.
FaceModelBuilderCollectionStatus_TiltedUpViewsNeededFrames from the tilted up view are needed.

Header: kinect.face.h
Library: Kinect20.face.lib

Community Additions

ADD
Show: