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.
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?