Open
Description
Was wondering if accelerometer data is/will be made available and, if so, when?
Looking at libfreenect, it looks like it's available through a separate endpoint, which they alias to "usb_motor":
https://github.com/OpenKinect/libfreenect/blob/da2d8ba28d6f1eb39c4841781355b48ca1b25259/src/freenect_internal.h#L213
Here is the function they appear to use to get the data:
https://github.com/OpenKinect/libfreenect/blob/da2d8ba28d6f1eb39c4841781355b48ca1b25259/src/tilt.c#L153
I know literally nothing about usb's (didn't know what libusb was until today) so please excuse any ignorance. Love this lib, by the way!