pykinect-python3.6 icon indicating copy to clipboard operation
pykinect-python3.6 copied to clipboard

Unable to create Kinect runtime Traceback

Open Ferreronico opened this issue 5 years ago • 1 comments

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 ?

Ferreronico avatar May 29 '20 18:05 Ferreronico

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)

Ferreronico avatar May 29 '20 21:05 Ferreronico