Click or drag to resize
ESkinSensorGetCalibratedStrainValue Method (StrainSensorChannel)
Returns the calibrated value of the specified strain sensor. When the frame index is not specified, the index is zero.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double GetCalibratedStrainValue(
	StrainSensorChannel ch
)

Parameters

ch
Type: ESkinStrainSensorChannel
The specified channel.

Return Value

Type: Double
The calibrated strain sensor value.
See Also