The type or namespace name 'InteractionHandType' could not be found Kinect SDK 1.8
问题 I am trying to detect closing fist (grip) gesture to control my mouse cursor in Kinect. I followed this tutorial to setup : http://dotneteers.net/blogs/vbandi/archive/2013/05/03/kinect-interactions-with-wpf-part-iii-demystifying-the-interaction-stream.aspx However, in the DummyInteractionClient.cs file, I am getting this error on the following line: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Kinect