You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would appreciate if a video tutorial is posted regarding installation of PyKinect2.
Using directly pip install pykinect2 works but fails to run the examples provided.
The text was updated successfully, but these errors were encountered:
This happens due to a deprecated function time.clock() in python 3.8 which is present in the PyKinectRuntime.py
To solve the issue navigate to path_to\pykinect2\PyKinectRuntime.py
Find and replace all instances of time.clock() with time.perf_counter()
I would appreciate if a video tutorial is posted regarding installation of PyKinect2.
Using directly
pip install pykinect2
works but fails to run the examples provided.The text was updated successfully, but these errors were encountered: