Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean that indicates the activity state of the high-definition face frame source.
Syntax
public:
property bool IsActive {
bool get ();
}
public bool IsActive { get; }
var isActive = highDefinitionFaceFrameSource.isActive;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
True if the source is active; otherwise false.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)
See also
Reference
HighDefinitionFaceFrameSource Class
Microsoft.Kinect.Face Namespace