Some question about nuitrack

I am testing nuitrack skeleton in C#. There are some question.

1.Is it possible to get joint vector value of body which is not shown like body side, lie face down
2.isn’t C# source code to inherit class “Window”(WPF)? in site it inherit “Form”(WinForm)

thanks for your aid

  1. not really … all the sensor sees is just a bunch of depth details which make it difficult to see objects laying down - or covered with a sheet for example

  2. C# can inherit from WinForm - and until asp.net 3.0 was the only option - WPF is more recent thats all.and has some improved graphics capabilities since is derived from directx

Westa