I want to track human, While "from pykinect import nui" gives me below error
File "C:\ProgramData\Anaconda3\lib\site-packages\pykinect\nui\structs.py"
NUI_SKELETON_POSITION_COUNT = JointId.Count.value
AttributeError: 'int' object has no attribute 'value'
I have installed pykinect using this command "pip install pykinect", already installed windows SDK for kinect.
I think I was using wrong windows SDK 2.0. I have downloaded SDK 1.8 and it starts working