CollectorEnableConstraint Method

Enable constraint handling for the identified constraint.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool EnableConstraint(
	string constraintID
)

Parameters

constraintID  String
to enable

Return Value

Boolean
true if the constraintID was changeable, false otherwise

Remarks

Some constraint validation can be done on the frames provided by the client to ensure they meet sufficient criteria to satisfy server data quality.

This may include standard checks for things like face presence and frame rate along with movement, lighting, etc.

See Also