![]() |
Fove SDK
v1.2.0
|
Provide all the calibration data needed to render the current state of the calibration process. More...
#include <FoveAPI.h>

Public Attributes | |
| Fove_CalibrationMethod | method = Fove_CalibrationMethod::Spiral |
| The calibration method currently used, or Default if the method is unknown (from a future update) | |
| Fove_CalibrationState | state = Fove_CalibrationState::NotStarted |
| The current state of the calibration. | |
| const char * | stateInfo = nullptr |
| Human readable extra information about the current calibration state. | |
| Fove_CalibrationTarget | targetL = {} |
| The current calibration target to display for the left eye. | |
| Fove_CalibrationTarget | targetR = {} |
| The current calibration target to display for the right eye. | |
Provide all the calibration data needed to render the current state of the calibration process.
1.8.17