| ESkinSensorGetCalibratedStrainValue Method (StrainSensorChannel, Int32) |
Returns the calibrated value of the specified strain sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double GetCalibratedStrainValue(
StrainSensorChannel ch,
int frameIndex
)
function GetCalibratedStrainValue(ch, frameIndex);
Parameters
- ch
- Type: ESkinStrainSensorChannel
The specified channel. - frameIndex
- Type: SystemInt32
The frame index. Zero means the current. One means one frame before.
Return Value
Type:
DoubleThe calibrated strain sensor value.
See Also