Authored by Nonki Takahashi
Today I will write a quick review about Kinect for Small Basic.
At first, I bought Xbox One Kinect Sensor and Kinect Adapter for Windows from Microsoft Store online.
And I installed software for them along with instruction in a blog post "Kinect to Small Basic" in the CODING4FUN blog. I shared my first program (in SB 1.1) in Small Basic forum .
Now, I wrote two samples. The first one is a KinectWindow Viewer . Installed software Kinect for Small Basic Extension Library has an object KinectWindow. KinectWindow can show images of Kinect sensors. There are following five types of sensors.
The second one is a Kinect Joint Viewer . This program uses KinectBodyList.GetJointPosition operation and shows the information in GraphicsWindow.
I hope I can write a simple game with this sensor.
Thank you Greg Duncan for sharing about Kinect for Small Basic! I love it.
See Also
I wrote a TechNet Wiki article about this extension.