r9y9/pylibfreenect2

I cannot do "from pylibfreenect2 import Freenect2",how to fix the problem?Thanks

xieshenru opened this issue · 0 comments

Hi all, I ran into the same problem and was able to fix it through copying all of dlls generated in the libfreenect2 build (in build/install/bin by default in the libfreenect2 source directory),

freenect2.dll
glfw3.dll
libusb-1.0.dll
turbojpeg.dll

to my miniconda3 path,

C:\Users\<username>\AppData\Local\Continuum\miniconda3

Alternatively I believe you could append the path to the dlls to your path variable,

set path=%PATH%;C:\libfreenect2\build\install\bin

Originally posted by @jmarkow in #44 (comment)