Click or drag to resize
ESkinSensorGetIMUValue Method (IMUSensorChannel)
Returns the value of the specified IMU 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 int GetIMUValue(
	IMUSensorChannel ch
)

Parameters

ch
Type: ESkinIMUSensorChannel
The specified channel.

Return Value

Type: Int32
The IMU sensor value.
See Also