Property requestedMaximumFaceCount
requestedMaximumFaceCount
Get or set the maximum number of faces to track simultaneously.
Declaration
public int requestedMaximumFaceCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the requested maximum face count is less than one. To stop face tracking, call Stop(). |
NotSupportedException | Thrown if the requested maximum face count is greater than one but the subsystem does not support tracking multiple faces. |