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 |
|---|---|
| Complete | The calibrator completed successfully. |
| InProgress | The calibrator is currently running. |
| Incomplete | The calibrator was cancelled before completion. |