Kinect / PyKinect2

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

PyGame Examples Run but no Image is Display #105

Open coleharlow12 opened 1 year ago

coleharlow12 commented 1 year ago

Hello everyone, I was able to install the library using python 3.6.13, I install comtypes 1.1.4 and adjusted time.clock in the PyKinectRuntime.py to time.time. When I run either of the examples no errors are thrown but no image is displayed in the display. Instead the display just remains black. If I ouput the result of self._kinect.has_new_infrared_frame() it is always false.

Has anyone else run into this problem?

dntjqa commented 1 year ago

I have same problem