| ESkinSensorGetFilteredIMUValue Method (IMUSensorChannel, Int32) |
Returns the filtered value of the specified IMU sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int GetFilteredIMUValue(
IMUSensorChannel ch,
int frameIndex
)
function GetFilteredIMUValue(ch, frameIndex);
Parameters
- ch
- Type: ESkinIMUSensorChannel
The specified channel. - frameIndex
- Type: SystemInt32
The frame index. Zero means the current. One means one frame before.
Return Value
Type:
Int32The filtered IMU sensor value.
See Also