Property requestedMaximumFaceCount
requestedMaximumFaceCount
Get or set the maximum number of faces the subsystem should attempt to track simultaneously. Defaults to 1.
Declaration
public virtual int requestedMaximumFaceCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown if the requested maximum face count is greater than one, but the subsystem does not support tracking multiple faces. |