So, I'm trying to connect Kinect to an Android tablet in any way necessary. I would rather avoid a window machine or an arduino board in the middle.
The method I tried already is to have a C # program (kinect sdk uses C #) to communicate with an Android device. I tried to figure out how to send a message via usb, and decided to do port forwarding. It worked, but was slower than we would like.
I think the question is, can I connect it to Android as a USB device or accessory and communicate via JNI?
source share