You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I can't run the code while I follow the instruction, and this line can't be runned : kinect = nui.Runtime()
And I have this error:
KinectError: Unable to create Kinect runtime Traceback (most recent call last):
File "C:\Users\N\Anaconda3\lib\site-packages\pykinect\nui_init_.py", line 117, in init
self._nui.NuiInitialize(nui_init_flags)
File "C:\Users\N\Anaconda3\lib\site-packages\pykinect\nui_interop.py", line 168, in NuiInitialize
_NuiInstance._NuiInitialize(self, dwFlags)
File "_ctypes/callproc.c", line 933, in GetResult
OSError: [WinError -2097085825] Windows Error 0x8301027f
Do someone has an idea ?
The text was updated successfully, but these errors were encountered:
My bad, if someone has this problem you need to properly connect the Kinect and be sure it works. (you can test with a game from the kinect development toolkit)
Hello,
I can't run the code while I follow the instruction, and this line can't be runned : kinect = nui.Runtime()
And I have this error:
KinectError: Unable to create Kinect runtime Traceback (most recent call last):
File "C:\Users\N\Anaconda3\lib\site-packages\pykinect\nui_init_.py", line 117, in init
self._nui.NuiInitialize(nui_init_flags)
File "C:\Users\N\Anaconda3\lib\site-packages\pykinect\nui_interop.py", line 168, in NuiInitialize
_NuiInstance._NuiInitialize(self, dwFlags)
File "_ctypes/callproc.c", line 933, in GetResult
OSError: [WinError -2097085825] Windows Error 0x8301027f
Do someone has an idea ?
The text was updated successfully, but these errors were encountered: