Kinect / PyKinect2

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

black screen when opening #98

Closed Chup123 closed 2 years ago

Chup123 commented 2 years ago

Hi,

When opening the example code after the modicications suggested (Update time.clock to time.perf_counter) i got the example running. The kinect turns on (lights are on) but nothing shows on the screen. Do you guys have any suggestions

KonstantinosAng commented 2 years ago

try this https://github.com/Kinect/PyKinect2/issues/37 and also uninstall and install the Kinect Studio.

Chup123 commented 2 years ago

I tried that. It boots the kinect (all the lights turn on) and i see the pygame window. But after that nothing. And the thing is, in processing it works with the kinectPV2 library. I have an kinect model 1520. Do you know if that could be the problem?

KonstantinosAng commented 2 years ago

Is it a Kinect for Windows or for Xbox ? Maybe the adaptor is wrong.

Chup123 commented 2 years ago

On the adapter it says kinect for windows. version 1637. Everything works, even the official c++ library, except for this library. And i want to do it in python, because my c++ isnt that great. It just seams that i dont get an frame. I work with python 3.9.7 on annaconda 32 bit.

KonstantinosAng commented 2 years ago

check if it you can get an image with my repo: https://github.com/KonstantinosAng/PyKinect2-PyQtGraph-PointClouds

Chup123 commented 2 years ago

sorry, does nothing

Chup123 commented 2 years ago

Fixed it. Create a conda virtenv with python 3.6.13 and installed everything. Replaced the files with the files in the repo and installed comtypes version 1.1.4 and it worked. Thanks for the help @KonstantinosAng