Kinect / PyKinect2

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

Use time.perf_counter() instead of time.clock() #87

Open cdowen opened 3 years ago

cdowen commented 3 years ago

use time.perf_counter for compatibility with python >=3.8