 | ESkinSensor.GetStrainValue Method (StrainSensorChannel, Int32) |
Returns the value of the specified strain sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int GetStrainValue(
StrainSensorChannel ch,
int frameIndex
)
function GetStrainValue(ch, frameIndex);
Parameters
- ch
- Type: ESkin.StrainSensorChannel
The specified channel. - frameIndex
- Type: System.Int32
The frame index. Zero means the current. One means one frame before.
Return Value
Type:
Int32The strain sensor value.
See Also