Kinect, Nodejs, and Windows Phone 7 Mango
This is a quick post on a simple project demonstrating how you can pass Kinect sensor values to Windows Phone 7 Mango using nodejs. This was inspired by this concept video. (Thanks to Oren for helping me out with me error on the localhost thing in getting node and WP7 to communicate with each other) Steps 1. Install NITE/PrimeSense as described in this post. This will ensure that our Kinect setup is working. This will also have the c++ source code that we will modify later (Don’t worry, no coding required). ...