Kinect Controller

I’m creating a 3D timeline as an interface for a digital art archive. Therefore I’m looking into ways how to use a Kinect (v2) to control the camera but failed so far. Any ideas, recommendations, help highly appreciated :smiley:
Thanks in advance!

Just out of curiosity: How do you access the tracking data of Kinect in the browser? What JavaScript API are you using?

I didn’t manage to install this properly. According to the author it needs a separate server application which not included: https://github.com/v-kiniv/kinect-js/issues/2#issuecomment-348627457

I only managed to get a JSON from the Kinect using node https://github.com/wouterverweirder/kinect2

This looks interesting as well, but I can’t get it up and running: https://github.com/mmarkowskicom/kinect2-gestures

Yes, it was a reply to @Mugen87, there isn’t a API to directly use it, instead a separate server sends the input through network.