Click or drag to resize
Accord.NET (logo)

KinectGetAccelerometerValues Method

Get accelerometer values for 3 axes.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public void GetAccelerometerValues(
	out double x,
	out double y,
	out double z
)
Request Example View Source

Parameters

x
Type: SystemDouble
X axis value on the accelerometer.
y
Type: SystemDouble
Y axis value on the accelerometer.
z
Type: SystemDouble
Z axis value on the accelerometer.
Remarks

Units of all 3 values are m/s2. The g value used for calculations is taken as 9.80665 m/s2.

See Also