Reputation: 4466
Is it possible to use Kinect, HTML5, and jQuery with a web application based? There are lot of javascript plugins available for leapmotion. However, I couldn't find any for kinect and web technology.
Upvotes: 0
Views: 867
Reputation: 876
You could use this library to pull it off: http://jkinect.com/. I don't think it'll work with the v2 sensor however.
I know in v1 1.8, Microsoft introduced support for HTML5 and javascript applications, but it involves creating a Kinect webserver: https://msdn.microsoft.com/en-us/library/dn435664.aspx#step_3
Upvotes: 1