mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Add missing 5 point calibration
This commit is contained in:
parent
e7beb544f6
commit
81d8edae5f
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ void EyeTracker::calibrate(int points) {
|
|||
calibrationType = SMI_THREE_POINT_CALIBRATION;
|
||||
qCDebug(interfaceapp) << "Eye Tracker: Three point calibration";
|
||||
break;
|
||||
case 5:
|
||||
calibrationType = SMI_FIVE_POINT_CALIBRATION;
|
||||
qCDebug(interfaceapp) << "Eye Tracker: Five point calibration";
|
||||
break;
|
||||
default:
|
||||
qCWarning(interfaceapp) << "Eye Tracker: Invalid calibration specified";
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue