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