Kinect / PyKinect2

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

Body is not being detected #99

Open EpicCodeWizard opened 2 years ago

EpicCodeWizard commented 2 years ago

I ran PyKinectBodyGame.py, and stood in front of the sensor. No body is detected, yet when I use another library, my body is detected. Is there anything I can do?

KonstantinosAng commented 2 years ago

what other library did you use ?

EpicCodeWizard commented 2 years ago

@KonstantinosAng Thanks for replying... LibKinect2 (https://github.com/sshh12/LibKinect2). It doesn't cover all methods of Kinect.h, but this library does, so I opened up this PR.

KonstantinosAng commented 2 years ago

Try unistalling KinectStudio and installing it again. I remember that in order to detect the body you have to have a distance from the sensor.

nm9404 commented 3 weeks ago

Hey!!, I was going through the same situation and it got solved as soon as I downgraded python from ´3.8´ to ´3.6´ , and as stated in other issues make sure comtypes is installed in version ´comtypes==1.1.4´ Hope this helps! :)