HI5 Calibration Class.
More...
◆ GetBindedTrackedObjectSerialNumber()
static string HI5.HI5_Calibration.GetBindedTrackedObjectSerialNumber |
( |
Hand |
handType | ) |
|
|
static |
Get the serial number of tracked object binded on left/right hand.
- Parameters
-
- Returns
- The serial number of device.
◆ GetBindedTrackedObjectType()
Get the type of tracked object binded on left/right hand.
- Parameters
-
- Returns
- The type of optical device.
◆ GetCalibrationProgress()
static int HI5.HI5_Calibration.GetCalibrationProgress |
( |
HI5_Pose |
pose | ) |
|
|
static |
Get the percent of B/P-pose calibration.
- Parameters
-
- Returns
- The progress of the related calibration. The value is provided by percent number.
◆ LoadCalibrationData()
static bool HI5.HI5_Calibration.LoadCalibrationData |
( |
| ) |
|
|
static |
Load the previous calibration data.
- Returns
- True, successfully loaded the calibration data. False, failed loaded the calibration data.
◆ ResetCalibration()
static void HI5.HI5_Calibration.ResetCalibration |
( |
| ) |
|
|
static |
Call it before doing B-pose calibration.
◆ SaveCalibrationData()
static bool HI5.HI5_Calibration.SaveCalibrationData |
( |
| ) |
|
|
static |
Save calibration data to default path.
- Returns
- True, successfull saved calibration data to default path. False, failed saved calibration data to default path.
◆ SetTrackedObjectBindState()
static void HI5.HI5_Calibration.SetTrackedObjectBindState |
( |
Hand |
handType, |
|
|
string |
serialNumber, |
|
|
OPTDeviceType |
deviceType |
|
) |
| |
|
static |
Set the serial number of tracked object binded on left/right hand. This function called only after loading the PairInfo file successfully.
- Parameters
-
handType | The type of HI5.Hand. |
serialNumber | The serial number of the binded device. Input by System.String. |
deviceType | The type of HI5.OPTDeviceType. |
◆ StartCalibration()
static void HI5.HI5_Calibration.StartCalibration |
( |
HI5_Pose |
pose | ) |
|
|
static |
Start B/P-pose calibration.
- Parameters
-
◆ OnCalibrationComplete
Action<HI5_Pose> HI5.HI5_Calibration.OnCalibrationComplete |
|
static |
Call it when B-pose or P-pose calibration complete.
◆ DefaultPath
string HI5.HI5_Calibration.DefaultPath |
|
staticget |
Get the default path of saving the calibration data.
◆ IsCalibratingBPose
bool HI5.HI5_Calibration.IsCalibratingBPose |
|
staticget |
Is doing calibration B-pose or not.
◆ IsCalibratingPPose
bool HI5.HI5_Calibration.IsCalibratingPPose |
|
staticget |
Is doing calibration P-pose or not.