FrameEdges Enumeration
[This documentation is preliminary and is subject to change.]
Identifies if the user's body is visible by indicating any portion of the user that is not in the camera's field of view.
Syntax
[FlagsAttribute]
public enum FrameEdges
Members
Member | Value | Description |
---|---|---|
None | 0 | None of the user's body is out of the camera's field of view, the user is fully visible. |
Right | 1 | The user's body extends to the right of the camera's field of view. |
Left | 2 | The user's body extends to the left of the camera's field of view. |
Top | 4 | The user's body extends below the camera's field of view. |
Bottom | 8 | The user's body extends below the camera's field of view. |
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)