Kinect / PyKinect2

Wrapper to expose Kinect for Windows v2 API in Python
MIT License
496 stars 236 forks source link

Import issue with PyKinectV2 #95

Closed JulieFournier closed 2 years ago

JulieFournier commented 2 years ago

Hello, I can not import the PyKinectV2 on Python. When using the command from pykinect2 import PyKinectV2

I get the error:

File "C:\Users\jufourni\Anaconda3\lib\site-packages\pykinect2\PyKinectV2.py", line 2216, in assert sizeof(tagSTATSTG) == 72, sizeof(tagSTATSTG)

AssertionError: 80

Does anyone already have this problem and knows how to fix it ?

KonstantinosAng commented 2 years ago

https://github.com/Kinect/PyKinect2/issues/37

JulieFournier commented 2 years ago

Thank you, I hadn't seen this post.