c# - The type or namespace name 'Skeleton' could not be found -


i trying set kinect sensor (the old version - v1) visual studio 2015. did download sdk v2.0.

i trying build gesture detector class. found source code online uses skeleton class. however, keep getting these errors.

the type or namespace name 'skeleton' not found (are missing using directive or assembly reference?) description type or namespace name 'skeletonframereadyeventargs' not found (are missing using directive or assembly reference?) description type or namespace name 'skeletonpoint' not found (are missing using directive or assembly reference?)

skeleton replaced body class in v.2.0

see https://msdn.microsoft.com/en-us/library/microsoft.kinect.body.aspx , https://msdn.microsoft.com/en-us/library/dn799273.aspx


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -