| ESkinSensorGetFilteredIMUValue Method (IMUSensorChannel) |
Returns the filtered value of the specified IMU sensor. When the frame index is not specified, the index is zero.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int GetFilteredIMUValue(
IMUSensorChannel ch
)
function GetFilteredIMUValue(ch);
Parameters
- ch
- Type: ESkinIMUSensorChannel
The specified channel.
Return Value
Type:
Int32The filtered IMU sensor value.
See Also