I am new to pykinect2 and have never used it before. I have created a virtual environment and used pip install pykinect2
to install the library, but when I run the code import pykinect2
I am presented with the following error. I am using VSCode as my IDE.
PS D:\PythonVenv\kinect> & d:/PythonVenv/kinect/Scripts/Activate.ps1
(kinect) PS D:\PythonVenv\kinect> & d:/PythonVenv/kinect/Scripts/python.exe d:/PythonVenv/kinect/kinectv1.py
Traceback (most recent call last):
File "d:\PythonVenv\kinect\kinectv1.py", line 8, in <module>
from pykinect2 import PyKinectV2
File "D:\PythonVenv\kinect\Lib\site-packages\pykinect2\PyKinectV2.py", line 2216, in <module>
assert sizeof(tagSTATSTG) == 72, sizeof(tagSTATSTG)
^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 80