2012年1月29日 星期日

'Microsoft.Research.Kinect.Nui.Runtime.Runtime()' 已過時: 'This constructor to be removed. Use Runtime.Kinects[0] instead.

1. Re-Install windows 7 x64 and play with Kinect.
2. Error : 'Microsoft.Research.Kinect.Nui.Runtime.Runtime()' 已過時: 'This constructor to be removed.  Use Runtime.Kinects[0] instead. can be solved by
        // initialize kinect

        // nui = new Runtime();
           nui = Runtime.Kinects[0];
3. The ref error by remove and re-add reference  Microsoft.Research.Kinect

沒有留言:

張貼留言