Enum CalibrationStatus
An enum defining the statuses of a calibration attempt.
Namespace: Unity.LiveCapture
Assembly: Unity.LiveCapture.dll
Syntax
public enum CalibrationStatus
Fields
Name | Description |
---|---|
Completed | The calibrator completed successfully. |
Failed | The calibrator was not able to complete successfully. |
InProgress | The calibrator is currently running. |