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