Enum CalibrationStatus
An enum defining the statuses of a calibration attempt.
Namespace: Unity.LiveCapture
Syntax
public enum CalibrationStatus : int
Fields
| Name | Description | Value |
|---|---|---|
| Complete | The calibrator completed successfully. |
|
| Incomplete | The calibrator was cancelled before completion. |
|
| InProgress | The calibrator is currently running. |