mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +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;
|
calibrationType = SMI_THREE_POINT_CALIBRATION;
|
||||||
qCDebug(interfaceapp) << "Eye Tracker: Three point calibration";
|
qCDebug(interfaceapp) << "Eye Tracker: Three point calibration";
|
||||||
break;
|
break;
|
||||||
|
case 5:
|
||||||
|
calibrationType = SMI_FIVE_POINT_CALIBRATION;
|
||||||
|
qCDebug(interfaceapp) << "Eye Tracker: Five point calibration";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
qCWarning(interfaceapp) << "Eye Tracker: Invalid calibration specified";
|
qCWarning(interfaceapp) << "Eye Tracker: Invalid calibration specified";
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue