Search code examples
androidcomputer-visionkinecttracking

Is there a library/framework to human body tracking like kinect on Android?


I see some implementations on OpenCV, Matlab... but with Android I don't find. Is there framework or library to facilitate the development ?


Solution

  • There are still a few smartphones with depth cameras on board. So your question is not going to have an unique and really affordable answer... Anyway, there are some solutions from which you would like to start.

    One example is proposed by HTC with their HTC Dual Lens System. If you are interested in this technology, you can refer to HTC Dual Lens SDK as a starting point.

    But the most interesting and promising option is probably Intel RealSense, that is going to be integrated in several smartphones, by different vendors. If you are interested in developing Android apps to use this technology, you should take a look to this forum and follow the links to read more about the SDK.